#5F2996

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

Shades of Daisy Bush #5F2996

Tints of Daisy Bush #5F2996

Color information

#5F2996 (or 0x5F2996) is unknown color: approx Daisy Bush. HEX triplet: 5F, 29 and 96. RGB value is (95,41,150). Sum of RGB (Red+Green+Blue) = 95+41+150=286 (37% of max value = 765). Red value is 95 (37.5% from 255 or 33.22% from 286); Green value is 41 (16.41% from 255 or 14.34% from 286); Blue value is 150 (58.98% from 255 or 52.45% from 286); Max value from RGB is 150 - color contains mainly: blue. Hex color #5F2996 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #5F2996 is #A0D669. Grayscale: #454545. Windows color (decimal): -10540650 or 9840991. OLE color: 9840991.

HSL color Cylindrical-coordinate representation of color #5F2996: hue angle of 269.72º degrees, saturation: 0.57, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #5F2996 is Cyan = 0.37, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB9541150-
CMYK0.370.7300.41
HSL269.72º57.07%37.45%-
HSV(B)269.72º72.67%58.82%-
XYZ11.026.2229.47-
YUV69.57173.39146.14-

RGB Variations

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

RGB

RED value IS 95 (37.5% from 255) = 33.22%
GREEN value IS 41 (16.41% from 255) = 14.34%
BLUE value IS 150 (58.98% from 255) = 52.45%
R=33.22%
G=14.34%
B=52.45%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.73
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal95411500.370.7300.41269.7257.0737.45
Hex5F2996254902910e3925
Octal13751226451110514167145
Binary10111111010011001011010010110010010101001100001110111001100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5F2996

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(95,41,150); }

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

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

 a { background-color: rgb(95,41,150); }

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

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

 span { border-color: rgb(95,41,150); }

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