#5A1F9A

Color #5A1F9A Kingfisher Daisy (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Kingfisher Daisy #5A1F9A

Tints of Kingfisher Daisy #5A1F9A

Color information

#5A1F9A (or 0x5A1F9A) is unknown color: approx Kingfisher Daisy. HEX triplet: 5A, 1F and 9A. RGB value is (90,31,154). Sum of RGB (Red+Green+Blue) = 90+31+154=275 (36% of max value = 765). Red value is 90 (35.55% from 255 or 32.73% from 275); Green value is 31 (12.5% from 255 or 11.27% from 275); Blue value is 154 (60.55% from 255 or 56% from 275); Max value from RGB is 154 - color contains mainly: blue. Hex color #5A1F9A is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #5A1F9A is #A5E065. Grayscale: #3E3E3E. Windows color (decimal): -10870886 or 10100570. OLE color: 10100570.

HSL color Cylindrical-coordinate representation of color #5A1F9A: hue angle of 268.78º degrees, saturation: 0.66, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #5A1F9A is Cyan = 0.42, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB9031154-
CMYK0.420.8000.40
HSL268.78º66.49%36.27%-
HSV(B)268.78º79.87%60.39%-
XYZ10.545.4931.08-
YUV62.66179.55147.5-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 90 (35.55% from 255) = 32.73%
GREEN value IS 31 (12.5% from 255) = 11.27%
BLUE value IS 154 (60.55% from 255) = 56%
R=32.73%
G=11.27%
B=56%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.80
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal90311540.420.8000.40268.7866.4936.27
Hex5A1F9A2A5002810d4224
Octal132372325212005041510244
Binary10110101111110011010101010101000001010001000011011000010100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5A1F9A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5A1F9A; }

 p { color: rgb(90,31,154); }

 H1.HeaderClassName
 {
   color: #5A1F9A;
 }
 .AnyTagClassName
 {
   color: #5A1F9A;
 }
</style>
background-color css

<style>
 a { background-color: #5A1F9A; }

 a { background-color: rgb(90,31,154); }

 div.DivClassName
 {
   background-color: #5A1F9A;
 }
 .BgClassName
 {
   background-color: #5A1F9A;
 }
</style>
border-color css

<style>
 span { border-color: #5A1F9A; }

 span { border-color: rgb(90,31,154); }

 td.TdClassName
 {
   border-color: #5A1F9A;
 }
 .TagClassName
 {
   border-color: #5A1F9A;
 }
</style>