#5F479B

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

Shades of Daisy Bush #5F479B

Tints of Daisy Bush #5F479B

Color information

#5F479B (or 0x5F479B) is unknown color: approx Daisy Bush. HEX triplet: 5F, 47 and 9B. RGB value is (95,71,155). Sum of RGB (Red+Green+Blue) = 95+71+155=321 (42% of max value = 765). Red value is 95 (37.5% from 255 or 29.60% from 321); Green value is 71 (28.12% from 255 or 22.12% from 321); Blue value is 155 (60.94% from 255 or 48.29% from 321); Max value from RGB is 155 - color contains mainly: blue. Hex color #5F479B is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #5F479B is #A0B864. Grayscale: #575757. Windows color (decimal): -10532965 or 10176351. OLE color: 10176351.

HSL color Cylindrical-coordinate representation of color #5F479B: hue angle of 257.14º degrees, saturation: 0.37, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #5F479B is Cyan = 0.39, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB9571155-
CMYK0.390.5400.39
HSL257.14º37.17%44.31%-
HSV(B)257.14º54.19%60.78%-
XYZ12.899.3132.13-
YUV87.75165.95133.17-

RGB Variations

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

RGB

RED value IS 95 (37.5% from 255) = 29.60%
GREEN value IS 71 (28.12% from 255) = 22.12%
BLUE value IS 155 (60.94% from 255) = 48.29%
R=29.60%
G=22.12%
B=48.29%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal95711550.390.5400.39257.1437.1744.31
Hex5F479B2736027101252c
Octal13710723347660474014554
Binary10111111000111100110111001111101100100111100000001100101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5F479B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(95,71,155); }

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

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

 a { background-color: rgb(95,71,155); }

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

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

 span { border-color: rgb(95,71,155); }

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