#5E488D

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

Shades of Daisy Bush #5E488D

Tints of Daisy Bush #5E488D

Color information

#5E488D (or 0x5E488D) is unknown color: approx Daisy Bush. HEX triplet: 5E, 48 and 8D. RGB value is (94,72,141). Sum of RGB (Red+Green+Blue) = 94+72+141=307 (40% of max value = 765). Red value is 94 (37.11% from 255 or 30.62% from 307); Green value is 72 (28.52% from 255 or 23.45% from 307); Blue value is 141 (55.47% from 255 or 45.93% from 307); Max value from RGB is 141 - color contains mainly: blue. Hex color #5E488D is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #5E488D is #A1B772. Grayscale: #565656. Windows color (decimal): -10598259 or 9259102. OLE color: 9259102.

HSL color Cylindrical-coordinate representation of color #5E488D: hue angle of 259.13º degrees, saturation: 0.32, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #5E488D is Cyan = 0.33, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB9472141-
CMYK0.330.4900.45
HSL259.13º32.39%41.76%-
HSV(B)259.13º48.94%55.29%-
XYZ11.748.9426.31-
YUV86.44158.79133.39-

RGB Variations

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

RGB

RED value IS 94 (37.11% from 255) = 30.62%
GREEN value IS 72 (28.52% from 255) = 23.45%
BLUE value IS 141 (55.47% from 255) = 45.93%
R=30.62%
G=23.45%
B=45.93%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal94721410.330.4900.45259.1332.3941.76
Hex5E488D213102D103202a
Octal13611021541610554034052
Binary10111101001000100011011000011100010101101100000011100000101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5E488D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(94,72,141); }

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

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

 a { background-color: rgb(94,72,141); }

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

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

 span { border-color: rgb(94,72,141); }

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