#5F4787

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

Shades of Daisy Bush #5F4787

Tints of Daisy Bush #5F4787

Color information

#5F4787 (or 0x5F4787) is unknown color: approx Daisy Bush. HEX triplet: 5F, 47 and 87. RGB value is (95,71,135). Sum of RGB (Red+Green+Blue) = 95+71+135=301 (39% of max value = 765). Red value is 95 (37.5% from 255 or 31.56% from 301); Green value is 71 (28.12% from 255 or 23.59% from 301); Blue value is 135 (53.12% from 255 or 44.85% from 301); Max value from RGB is 135 - color contains mainly: blue. Hex color #5F4787 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #5F4787 is #A0B878. Grayscale: #555555. Windows color (decimal): -10532985 or 8865631. OLE color: 8865631.

HSL color Cylindrical-coordinate representation of color #5F4787: hue angle of 262.5º degrees, saturation: 0.31, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #5F4787 is Cyan = 0.30, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB9571135-
CMYK0.300.4700.47
HSL262.5º31.07%40.39%-
HSV(B)262.5º47.41%52.94%-
XYZ11.358.6924-
YUV85.47155.95134.8-

RGB Variations

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

RGB

RED value IS 95 (37.5% from 255) = 31.56%
GREEN value IS 71 (28.12% from 255) = 23.59%
BLUE value IS 135 (53.12% from 255) = 44.85%
R=31.56%
G=23.59%
B=44.85%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal95711350.300.4700.47262.531.0740.39
Hex5F47871E2F02F1061f28
Octal13710720736570574063750
Binary101111110001111000011111110101111010111110000011011111101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5F4787

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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