#5E4298

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

Shades of Daisy Bush #5E4298

Tints of Daisy Bush #5E4298

Color information

#5E4298 (or 0x5E4298) is unknown color: approx Daisy Bush. HEX triplet: 5E, 42 and 98. RGB value is (94,66,152). Sum of RGB (Red+Green+Blue) = 94+66+152=312 (41% of max value = 765). Red value is 94 (37.11% from 255 or 30.13% from 312); Green value is 66 (26.17% from 255 or 21.15% from 312); Blue value is 152 (59.77% from 255 or 48.72% from 312); Max value from RGB is 152 - color contains mainly: blue. Hex color #5E4298 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #5E4298 is #A1BD67. Grayscale: #535353. Windows color (decimal): -10599784 or 9978462. OLE color: 9978462.

HSL color Cylindrical-coordinate representation of color #5E4298: hue angle of 259.53º degrees, saturation: 0.39, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #5E4298 is Cyan = 0.38, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB9466152-
CMYK0.380.5700.40
HSL259.53º39.45%42.75%-
HSV(B)259.53º56.58%59.61%-
XYZ12.238.5430.71-
YUV84.18166.28135.01-

RGB Variations

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

RGB

RED value IS 94 (37.11% from 255) = 30.13%
GREEN value IS 66 (26.17% from 255) = 21.15%
BLUE value IS 152 (59.77% from 255) = 48.72%
R=30.13%
G=21.15%
B=48.72%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal94661520.380.5700.40259.5339.4542.75
Hex5E42982639028104272b
Octal13610223046710504044753
Binary10111101000010100110001001101110010101000100000100100111101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5E4298

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(94,66,152); }

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

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

 a { background-color: rgb(94,66,152); }

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

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

 span { border-color: rgb(94,66,152); }

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