#5F4C96

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

Shades of Daisy Bush #5F4C96

Tints of Daisy Bush #5F4C96

Color information

#5F4C96 (or 0x5F4C96) is unknown color: approx Daisy Bush. HEX triplet: 5F, 4C and 96. RGB value is (95,76,150). Sum of RGB (Red+Green+Blue) = 95+76+150=321 (42% of max value = 765). Red value is 95 (37.5% from 255 or 29.60% from 321); Green value is 76 (30.08% from 255 or 23.68% from 321); Blue value is 150 (58.98% from 255 or 46.73% from 321); Max value from RGB is 150 - color contains mainly: blue. Hex color #5F4C96 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #5F4C96 is #A0B369. Grayscale: #595959. Windows color (decimal): -10531690 or 9849951. OLE color: 9849951.

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

Color convert

RGB9576150-
CMYK0.370.4900.41
HSL255.41º32.74%44.31%-
HSV(B)255.41º49.33%58.82%-
XYZ12.819.830.07-
YUV90.12161.79131.48-

RGB Variations

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

RGB

RED value IS 95 (37.5% from 255) = 29.60%
GREEN value IS 76 (30.08% from 255) = 23.68%
BLUE value IS 150 (58.98% from 255) = 46.73%
R=29.60%
G=23.68%
B=46.73%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal95761500.370.4900.41255.4132.7444.31
Hex5F4C962531029ff212c
Octal13711422645610513774154
Binary1011111100110010010110100101110001010100111111111100001101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5F4C96

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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