#5F2C8D

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

Shades of Kingfisher Daisy #5F2C8D

Tints of Kingfisher Daisy #5F2C8D

Color information

#5F2C8D (or 0x5F2C8D) is unknown color: approx Kingfisher Daisy. HEX triplet: 5F, 2C and 8D. RGB value is (95,44,141). Sum of RGB (Red+Green+Blue) = 95+44+141=280 (37% of max value = 765). Red value is 95 (37.5% from 255 or 33.93% from 280); Green value is 44 (17.58% from 255 or 15.71% from 280); Blue value is 141 (55.47% from 255 or 50.36% from 280); Max value from RGB is 141 - color contains mainly: blue. Hex color #5F2C8D is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #5F2C8D is #A0D372. Grayscale: #454545. Windows color (decimal): -10539891 or 9251935. OLE color: 9251935.

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

Color convert

RGB9544141-
CMYK0.330.6900.45
HSL271.55º52.43%36.27%-
HSV(B)271.55º68.79%55.29%-
XYZ10.436.1625.84-
YUV70.31167.9145.61-

RGB Variations

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

RGB

RED value IS 95 (37.5% from 255) = 33.93%
GREEN value IS 44 (17.58% from 255) = 15.71%
BLUE value IS 141 (55.47% from 255) = 50.36%
R=33.93%
G=15.71%
B=50.36%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.69
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal95441410.330.6900.45271.5552.4336.27
Hex5F2C8D214502D1103424
Octal13754215411050554206444
Binary10111111011001000110110000110001010101101100010000110100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5F2C8D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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