#5F2986

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

Shades of Kingfisher Daisy #5F2986

Tints of Kingfisher Daisy #5F2986

Color information

#5F2986 (or 0x5F2986) is unknown color: approx Kingfisher Daisy. HEX triplet: 5F, 29 and 86. RGB value is (95,41,134). Sum of RGB (Red+Green+Blue) = 95+41+134=270 (35% of max value = 765). Red value is 95 (37.5% from 255 or 35.19% from 270); Green value is 41 (16.41% from 255 or 15.19% from 270); Blue value is 134 (52.73% from 255 or 49.63% from 270); Max value from RGB is 134 - color contains mainly: blue. Hex color #5F2986 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #5F2986 is #A0D679. Grayscale: #434343. Windows color (decimal): -10540666 or 8792415. OLE color: 8792415.

HSL color Cylindrical-coordinate representation of color #5F2986: hue angle of 274.84º degrees, saturation: 0.53, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #5F2986 is Cyan = 0.29, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB9541134-
CMYK0.290.6900.47
HSL274.84º53.14%34.31%-
HSV(B)274.84º69.4%52.55%-
XYZ9.825.7423.14-
YUV67.75165.39147.44-

RGB Variations

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

RGB

RED value IS 95 (37.5% from 255) = 35.19%
GREEN value IS 41 (16.41% from 255) = 15.19%
BLUE value IS 134 (52.73% from 255) = 49.63%
R=35.19%
G=15.19%
B=49.63%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.69
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal95411340.290.6900.47274.8453.1434.31
Hex5F29861D4502F1133522
Octal13751206351050574236542
Binary1011111101001100001101110110001010101111100010011110101100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5F2986

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(95,41,134); }

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

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

 a { background-color: rgb(95,41,134); }

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

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

 span { border-color: rgb(95,41,134); }

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