#5F1C99

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

Shades of Kingfisher Daisy #5F1C99

Tints of Kingfisher Daisy #5F1C99

Color information

#5F1C99 (or 0x5F1C99) is unknown color: approx Kingfisher Daisy. HEX triplet: 5F, 1C and 99. RGB value is (95,28,153). Sum of RGB (Red+Green+Blue) = 95+28+153=276 (36% of max value = 765). Red value is 95 (37.5% from 255 or 34.42% from 276); Green value is 28 (11.33% from 255 or 10.14% from 276); Blue value is 153 (60.16% from 255 or 55.43% from 276); Max value from RGB is 153 - color contains mainly: blue. Hex color #5F1C99 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #5F1C99 is #A0E366. Grayscale: #3D3D3D. Windows color (decimal): -10543975 or 10034271. OLE color: 10034271.

HSL color Cylindrical-coordinate representation of color #5F1C99: hue angle of 272.16º degrees, saturation: 0.69, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #5F1C99 is Cyan = 0.38, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB9528153-
CMYK0.380.8200.4
HSL272.16º69.06%35.49%-
HSV(B)272.16º81.7%60%-
XYZ10.885.5630.64-
YUV62.28179.2151.34-

RGB Variations

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

RGB

RED value IS 95 (37.5% from 255) = 34.42%
GREEN value IS 28 (11.33% from 255) = 10.14%
BLUE value IS 153 (60.16% from 255) = 55.43%
R=34.42%
G=10.14%
B=55.43%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.82
Y (Yellow) values IS 0
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal95281530.380.8200.4272.1669.0635.49
Hex5F1C9926520281104523
Octal137342314612205042010543
Binary10111111110010011001100110101001001010001000100001000101100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5F1C99

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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