#5F3995

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

Shades of Daisy Bush #5F3995

Tints of Daisy Bush #5F3995

Color information

#5F3995 (or 0x5F3995) is unknown color: approx Daisy Bush. HEX triplet: 5F, 39 and 95. RGB value is (95,57,149). Sum of RGB (Red+Green+Blue) = 95+57+149=301 (39% of max value = 765). Red value is 95 (37.5% from 255 or 31.56% from 301); Green value is 57 (22.66% from 255 or 18.94% from 301); Blue value is 149 (58.59% from 255 or 49.50% from 301); Max value from RGB is 149 - color contains mainly: blue. Hex color #5F3995 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #5F3995 is #A0C66A. Grayscale: #4E4E4E. Windows color (decimal): -10536555 or 9779551. OLE color: 9779551.

HSL color Cylindrical-coordinate representation of color #5F3995: hue angle of 264.78º degrees, saturation: 0.45, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #5F3995 is Cyan = 0.36, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB9557149-
CMYK0.360.6200.42
HSL264.78º44.66%40.39%-
HSV(B)264.78º61.74%58.43%-
XYZ11.617.5329.28-
YUV78.85167.59139.52-

RGB Variations

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

RGB

RED value IS 95 (37.5% from 255) = 31.56%
GREEN value IS 57 (22.66% from 255) = 18.94%
BLUE value IS 149 (58.59% from 255) = 49.50%
R=31.56%
G=18.94%
B=49.50%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal95571490.360.6200.42264.7844.6640.39
Hex5F3995243E02A1092d28
Octal1377122544760524115550
Binary1011111111001100101011001001111100101010100001001101101101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5F3995

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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