#5E4788

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

Shades of Daisy Bush #5E4788

Tints of Daisy Bush #5E4788

Color information

#5E4788 (or 0x5E4788) is unknown color: approx Daisy Bush. HEX triplet: 5E, 47 and 88. RGB value is (94,71,136). Sum of RGB (Red+Green+Blue) = 94+71+136=301 (39% of max value = 765). Red value is 94 (37.11% from 255 or 31.23% from 301); Green value is 71 (28.12% from 255 or 23.59% from 301); Blue value is 136 (53.52% from 255 or 45.18% from 301); Max value from RGB is 136 - color contains mainly: blue. Hex color #5E4788 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #5E4788 is #A1B877. Grayscale: #555555. Windows color (decimal): -10598520 or 8931166. OLE color: 8931166.

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

Color convert

RGB9471136-
CMYK0.310.4800.47
HSL261.23º31.4%40.59%-
HSV(B)261.23º47.79%53.33%-
XYZ11.318.6624.37-
YUV85.29156.62134.21-

RGB Variations

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

RGB

RED value IS 94 (37.11% from 255) = 31.23%
GREEN value IS 71 (28.12% from 255) = 23.59%
BLUE value IS 136 (53.52% from 255) = 45.18%
R=31.23%
G=23.59%
B=45.18%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal94711360.310.4800.47261.2331.440.59
Hex5E47881F3002F1051f29
Octal13610721037600574053751
Binary101111010001111000100011111110000010111110000010111111101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5E4788

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(94,71,136); }

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

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

 a { background-color: rgb(94,71,136); }

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

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

 span { border-color: rgb(94,71,136); }

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