#5F499F

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

Shades of Daisy Bush #5F499F

Tints of Daisy Bush #5F499F

Color information

#5F499F (or 0x5F499F) is unknown color: approx Daisy Bush. HEX triplet: 5F, 49 and 9F. RGB value is (95,73,159). Sum of RGB (Red+Green+Blue) = 95+73+159=327 (43% of max value = 765). Red value is 95 (37.5% from 255 or 29.05% from 327); Green value is 73 (28.91% from 255 or 22.32% from 327); Blue value is 159 (62.5% from 255 or 48.62% from 327); Max value from RGB is 159 - color contains mainly: blue. Hex color #5F499F is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #5F499F is #A0B660. Grayscale: #595959. Windows color (decimal): -10532449 or 10439007. OLE color: 10439007.

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

Color convert

RGB9573159-
CMYK0.400.5400.38
HSL255.35º37.07%45.49%-
HSV(B)255.35º54.09%62.35%-
XYZ13.369.733.97-
YUV89.38167.29132.01-

RGB Variations

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

RGB

RED value IS 95 (37.5% from 255) = 29.05%
GREEN value IS 73 (28.91% from 255) = 22.32%
BLUE value IS 159 (62.5% from 255) = 48.62%
R=29.05%
G=22.32%
B=48.62%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal95731590.400.5400.38255.3537.0745.49
Hex5F499F2836026ff252d
Octal13711123750660463774555
Binary1011111100100110011111101000110110010011011111111100101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5F499F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(95,73,159); }

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

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

 a { background-color: rgb(95,73,159); }

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

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

 span { border-color: rgb(95,73,159); }

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