#5F3489

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

Shades of Kingfisher Daisy #5F3489

Tints of Kingfisher Daisy #5F3489

Color information

#5F3489 (or 0x5F3489) is unknown color: approx Kingfisher Daisy. HEX triplet: 5F, 34 and 89. RGB value is (95,52,137). Sum of RGB (Red+Green+Blue) = 95+52+137=284 (37% of max value = 765). Red value is 95 (37.5% from 255 or 33.45% from 284); Green value is 52 (20.70% from 255 or 18.31% from 284); Blue value is 137 (53.91% from 255 or 48.24% from 284); Max value from RGB is 137 - color contains mainly: blue. Hex color #5F3489 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #5F3489 is #A0CB76. Grayscale: #4A4A4A. Windows color (decimal): -10537847 or 8991839. OLE color: 8991839.

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

Color convert

RGB9552137-
CMYK0.310.6200.46
HSL270.35º44.97%37.06%-
HSV(B)270.35º62.04%53.73%-
XYZ10.466.724.41-
YUV74.55163.25142.59-

RGB Variations

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

RGB

RED value IS 95 (37.5% from 255) = 33.45%
GREEN value IS 52 (20.70% from 255) = 18.31%
BLUE value IS 137 (53.91% from 255) = 48.24%
R=33.45%
G=18.31%
B=48.24%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal95521370.310.6200.46270.3544.9737.06
Hex5F34891F3E02E10e2d25
Octal1376421137760564165545
Binary101111111010010001001111111111100101110100001110101101100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5F3489

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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