#5F2489

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

Shades of Kingfisher Daisy #5F2489

Tints of Kingfisher Daisy #5F2489

Color information

#5F2489 (or 0x5F2489) is unknown color: approx Kingfisher Daisy. HEX triplet: 5F, 24 and 89. RGB value is (95,36,137). Sum of RGB (Red+Green+Blue) = 95+36+137=268 (35% of max value = 765). Red value is 95 (37.5% from 255 or 35.45% from 268); Green value is 36 (14.45% from 255 or 13.43% from 268); Blue value is 137 (53.91% from 255 or 51.12% from 268); Max value from RGB is 137 - color contains mainly: blue. Hex color #5F2489 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #5F2489 is #A0DB76. Grayscale: #404040. Windows color (decimal): -10541943 or 8987743. OLE color: 8987743.

HSL color Cylindrical-coordinate representation of color #5F2489: hue angle of 275.05º degrees, saturation: 0.58, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #5F2489 is Cyan = 0.31, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB9536137-
CMYK0.310.7400.46
HSL275.05º58.38%33.92%-
HSV(B)275.05º73.72%53.73%-
XYZ9.875.524.21-
YUV65.15168.55149.29-

RGB Variations

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

RGB

RED value IS 95 (37.5% from 255) = 35.45%
GREEN value IS 36 (14.45% from 255) = 13.43%
BLUE value IS 137 (53.91% from 255) = 51.12%
R=35.45%
G=13.43%
B=51.12%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.74
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal95361370.310.7400.46275.0558.3833.92
Hex5F24891F4A02E1133a22
Octal13744211371120564237242
Binary1011111100100100010011111110010100101110100010011111010100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5F2489

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(95,36,137); }

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

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

 a { background-color: rgb(95,36,137); }

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

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

 span { border-color: rgb(95,36,137); }

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