#5E3F87

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

Shades of Daisy Bush #5E3F87

Tints of Daisy Bush #5E3F87

Color information

#5E3F87 (or 0x5E3F87) is unknown color: approx Daisy Bush. HEX triplet: 5E, 3F and 87. RGB value is (94,63,135). Sum of RGB (Red+Green+Blue) = 94+63+135=292 (38% of max value = 765). Red value is 94 (37.11% from 255 or 32.19% from 292); Green value is 63 (25% from 255 or 21.58% from 292); Blue value is 135 (53.12% from 255 or 46.23% from 292); Max value from RGB is 135 - color contains mainly: blue. Hex color #5E3F87 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #5E3F87 is #A1C078. Grayscale: #505050. Windows color (decimal): -10600569 or 8863582. OLE color: 8863582.

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

Color convert

RGB9463135-
CMYK0.300.5300.47
HSL265.83º36.36%38.82%-
HSV(B)265.83º53.33%52.94%-
XYZ10.777.6823.84-
YUV80.48158.77137.65-

RGB Variations

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

RGB

RED value IS 94 (37.11% from 255) = 32.19%
GREEN value IS 63 (25% from 255) = 21.58%
BLUE value IS 135 (53.12% from 255) = 46.23%
R=32.19%
G=21.58%
B=46.23%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal94631350.300.5300.47265.8336.3638.82
Hex5E3F871E3502F10a2427
Octal1367720736650574124447
Binary101111011111110000111111101101010101111100001010100100100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5E3F87

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(94,63,135); }

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

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

 a { background-color: rgb(94,63,135); }

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

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

 span { border-color: rgb(94,63,135); }

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