#5F3596

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

Shades of Daisy Bush #5F3596

Tints of Daisy Bush #5F3596

Color information

#5F3596 (or 0x5F3596) is unknown color: approx Daisy Bush. HEX triplet: 5F, 35 and 96. RGB value is (95,53,150). Sum of RGB (Red+Green+Blue) = 95+53+150=298 (39% of max value = 765). Red value is 95 (37.5% from 255 or 31.88% from 298); Green value is 53 (21.09% from 255 or 17.79% from 298); Blue value is 150 (58.98% from 255 or 50.34% from 298); Max value from RGB is 150 - color contains mainly: blue. Hex color #5F3596 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #5F3596 is #A0CA69. Grayscale: #4C4C4C. Windows color (decimal): -10537578 or 9844063. OLE color: 9844063.

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

Color convert

RGB9553150-
CMYK0.370.6500.41
HSL265.98º47.78%39.8%-
HSV(B)265.98º64.67%58.82%-
XYZ11.57.1829.63-
YUV76.62169.41141.11-

RGB Variations

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

RGB

RED value IS 95 (37.5% from 255) = 31.88%
GREEN value IS 53 (21.09% from 255) = 17.79%
BLUE value IS 150 (58.98% from 255) = 50.34%
R=31.88%
G=17.79%
B=50.34%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal95531500.370.6500.41265.9847.7839.8
Hex5F3596254102910a3028
Octal13765226451010514126050
Binary10111111101011001011010010110000010101001100001010110000101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5F3596

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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