#5F1C86

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

Shades of Kingfisher Daisy #5F1C86

Tints of Kingfisher Daisy #5F1C86

Color information

#5F1C86 (or 0x5F1C86) is unknown color: approx Kingfisher Daisy. HEX triplet: 5F, 1C and 86. RGB value is (95,28,134). Sum of RGB (Red+Green+Blue) = 95+28+134=257 (34% of max value = 765). Red value is 95 (37.5% from 255 or 36.96% from 257); Green value is 28 (11.33% from 255 or 10.89% from 257); Blue value is 134 (52.73% from 255 or 52.14% from 257); Max value from RGB is 134 - color contains mainly: blue. Hex color #5F1C86 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #5F1C86 is #A0E379. Grayscale: #3B3B3B. Windows color (decimal): -10543994 or 8789087. OLE color: 8789087.

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

Color convert

RGB9528134-
CMYK0.290.7900.47
HSL277.92º65.43%31.76%-
HSV(B)277.92º79.1%52.55%-
XYZ9.444.9823.02-
YUV60.12169.7152.88-

RGB Variations

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

RGB

RED value IS 95 (37.5% from 255) = 36.96%
GREEN value IS 28 (11.33% from 255) = 10.89%
BLUE value IS 134 (52.73% from 255) = 52.14%
R=36.96%
G=10.89%
B=52.14%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.79
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal95281340.290.7900.47277.9265.4331.76
Hex5F1C861D4F02F1164120
Octal137342063511705742610140
Binary1011111111001000011011101100111101011111000101101000001100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5F1C86

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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