#5F4496

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

Shades of Daisy Bush #5F4496

Tints of Daisy Bush #5F4496

Color information

#5F4496 (or 0x5F4496) is unknown color: approx Daisy Bush. HEX triplet: 5F, 44 and 96. RGB value is (95,68,150). Sum of RGB (Red+Green+Blue) = 95+68+150=313 (41% of max value = 765). Red value is 95 (37.5% from 255 or 30.35% from 313); Green value is 68 (26.95% from 255 or 21.73% from 313); Blue value is 150 (58.98% from 255 or 47.92% from 313); Max value from RGB is 150 - color contains mainly: blue. Hex color #5F4496 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #5F4496 is #A0BB69. Grayscale: #555555. Windows color (decimal): -10533738 or 9847903. OLE color: 9847903.

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

Color convert

RGB9568150-
CMYK0.370.5500.41
HSL259.76º37.61%42.75%-
HSV(B)259.76º54.67%58.82%-
XYZ12.298.7729.9-
YUV85.42164.45134.83-

RGB Variations

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

RGB

RED value IS 95 (37.5% from 255) = 30.35%
GREEN value IS 68 (26.95% from 255) = 21.73%
BLUE value IS 150 (58.98% from 255) = 47.92%
R=30.35%
G=21.73%
B=47.92%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal95681500.370.5500.41259.7637.6142.75
Hex5F44962537029104262b
Octal13710422645670514044653
Binary10111111000100100101101001011101110101001100000100100110101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5F4496

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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