#5F2C84

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

Shades of Kingfisher Daisy #5F2C84

Tints of Kingfisher Daisy #5F2C84

Color information

#5F2C84 (or 0x5F2C84) is unknown color: approx Kingfisher Daisy. HEX triplet: 5F, 2C and 84. RGB value is (95,44,132). Sum of RGB (Red+Green+Blue) = 95+44+132=271 (35% of max value = 765). Red value is 95 (37.5% from 255 or 35.06% from 271); Green value is 44 (17.58% from 255 or 16.24% from 271); Blue value is 132 (51.95% from 255 or 48.71% from 271); Max value from RGB is 132 - color contains mainly: blue. Hex color #5F2C84 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #5F2C84 is #A0D37B. Grayscale: #444444. Windows color (decimal): -10539900 or 8662111. OLE color: 8662111.

HSL color Cylindrical-coordinate representation of color #5F2C84: hue angle of 274.77º degrees, saturation: 0.5, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #5F2C84 is Cyan = 0.28, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB9544132-
CMYK0.280.6700.48
HSL274.77º50%34.51%-
HSV(B)274.77º66.67%51.76%-
XYZ9.785.922.45-
YUV69.28163.4146.34-

RGB Variations

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

RGB

RED value IS 95 (37.5% from 255) = 35.06%
GREEN value IS 44 (17.58% from 255) = 16.24%
BLUE value IS 132 (51.95% from 255) = 48.71%
R=35.06%
G=16.24%
B=48.71%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal95441320.280.6700.48274.775034.51
Hex5F2C841C430301133223
Octal13754204341030604236243
Binary1011111101100100001001110010000110110000100010011110010100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5F2C84

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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