#5F3A99

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

Shades of Daisy Bush #5F3A99

Tints of Daisy Bush #5F3A99

Color information

#5F3A99 (or 0x5F3A99) is unknown color: approx Daisy Bush. HEX triplet: 5F, 3A and 99. RGB value is (95,58,153). Sum of RGB (Red+Green+Blue) = 95+58+153=306 (40% of max value = 765). Red value is 95 (37.5% from 255 or 31.05% from 306); Green value is 58 (23.05% from 255 or 18.95% from 306); Blue value is 153 (60.16% from 255 or 50% from 306); Max value from RGB is 153 - color contains mainly: blue. Hex color #5F3A99 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #5F3A99 is #A0C566. Grayscale: #4F4F4F. Windows color (decimal): -10536295 or 10041951. OLE color: 10041951.

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

Color convert

RGB9558153-
CMYK0.380.6200.4
HSL263.37º45.02%41.37%-
HSV(B)263.37º62.09%60%-
XYZ11.987.7631-
YUV79.89169.26138.78-

RGB Variations

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

RGB

RED value IS 95 (37.5% from 255) = 31.05%
GREEN value IS 58 (23.05% from 255) = 18.95%
BLUE value IS 153 (60.16% from 255) = 50%
R=31.05%
G=18.95%
B=50%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal95581530.380.6200.4263.3745.0241.37
Hex5F3A99263E0281072d29
Octal1377223146760504075551
Binary1011111111010100110011001101111100101000100000111101101101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5F3A99

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(95,58,153); }

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

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

 a { background-color: rgb(95,58,153); }

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

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

 span { border-color: rgb(95,58,153); }

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