#5F2C95

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

Shades of Daisy Bush #5F2C95

Tints of Daisy Bush #5F2C95

Color information

#5F2C95 (or 0x5F2C95) is unknown color: approx Daisy Bush. HEX triplet: 5F, 2C and 95. RGB value is (95,44,149). Sum of RGB (Red+Green+Blue) = 95+44+149=288 (38% of max value = 765). Red value is 95 (37.5% from 255 or 32.99% from 288); Green value is 44 (17.58% from 255 or 15.28% from 288); Blue value is 149 (58.59% from 255 or 51.74% from 288); Max value from RGB is 149 - color contains mainly: blue. Hex color #5F2C95 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #5F2C95 is #A0D36A. Grayscale: #464646. Windows color (decimal): -10539883 or 9776223. OLE color: 9776223.

HSL color Cylindrical-coordinate representation of color #5F2C95: hue angle of 269.14º degrees, saturation: 0.54, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #5F2C95 is Cyan = 0.36, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB9544149-
CMYK0.360.7000.42
HSL269.14º54.4%37.84%-
HSV(B)269.14º70.47%58.43%-
XYZ11.046.429.09-
YUV71.22171.9144.96-

RGB Variations

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

RGB

RED value IS 95 (37.5% from 255) = 32.99%
GREEN value IS 44 (17.58% from 255) = 15.28%
BLUE value IS 149 (58.59% from 255) = 51.74%
R=32.99%
G=15.28%
B=51.74%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.70
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal95441490.360.7000.42269.1454.437.84
Hex5F2C95244602A10d3626
Octal13754225441060524156646
Binary10111111011001001010110010010001100101010100001101110110100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5F2C95

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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