#5F2C8E

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

Shades of Kingfisher Daisy #5F2C8E

Tints of Kingfisher Daisy #5F2C8E

Color information

#5F2C8E (or 0x5F2C8E) is unknown color: approx Kingfisher Daisy. HEX triplet: 5F, 2C and 8E. RGB value is (95,44,142). Sum of RGB (Red+Green+Blue) = 95+44+142=281 (37% of max value = 765). Red value is 95 (37.5% from 255 or 33.81% from 281); Green value is 44 (17.58% from 255 or 15.66% from 281); Blue value is 142 (55.86% from 255 or 50.53% from 281); Max value from RGB is 142 - color contains mainly: blue. Hex color #5F2C8E is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #5F2C8E is #A0D371. Grayscale: #464646. Windows color (decimal): -10539890 or 9317471. OLE color: 9317471.

HSL color Cylindrical-coordinate representation of color #5F2C8E: hue angle of 271.22º degrees, saturation: 0.53, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #5F2C8E is Cyan = 0.33, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB9544142-
CMYK0.330.6900.44
HSL271.22º52.69%36.47%-
HSV(B)271.22º69.01%55.69%-
XYZ10.56.1926.23-
YUV70.42168.4145.53-

RGB Variations

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

RGB

RED value IS 95 (37.5% from 255) = 33.81%
GREEN value IS 44 (17.58% from 255) = 15.66%
BLUE value IS 142 (55.86% from 255) = 50.53%
R=33.81%
G=15.66%
B=50.53%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.69
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal95441420.330.6900.44271.2252.6936.47
Hex5F2C8E214502C10f3524
Octal13754216411050544176544
Binary10111111011001000111010000110001010101100100001111110101100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5F2C8E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(95,44,142); }

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

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

 a { background-color: rgb(95,44,142); }

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

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

 span { border-color: rgb(95,44,142); }

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