#5E479F

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

Shades of Daisy Bush #5E479F

Tints of Daisy Bush #5E479F

Color information

#5E479F (or 0x5E479F) is unknown color: approx Daisy Bush. HEX triplet: 5E, 47 and 9F. RGB value is (94,71,159). Sum of RGB (Red+Green+Blue) = 94+71+159=324 (42% of max value = 765). Red value is 94 (37.11% from 255 or 29.01% from 324); Green value is 71 (28.12% from 255 or 21.91% from 324); Blue value is 159 (62.5% from 255 or 49.07% from 324); Max value from RGB is 159 - color contains mainly: blue. Hex color #5E479F is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #5E479F is #A1B860. Grayscale: #575757. Windows color (decimal): -10598497 or 10438494. OLE color: 10438494.

HSL color Cylindrical-coordinate representation of color #5E479F: hue angle of 255.68º degrees, saturation: 0.38, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #5E479F is Cyan = 0.41, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB9471159-
CMYK0.410.5500.38
HSL255.68º38.26%45.1%-
HSV(B)255.68º55.35%62.35%-
XYZ13.139.3933.92-
YUV87.91168.12132.34-

RGB Variations

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

RGB

RED value IS 94 (37.11% from 255) = 29.01%
GREEN value IS 71 (28.12% from 255) = 21.91%
BLUE value IS 159 (62.5% from 255) = 49.07%
R=29.01%
G=21.91%
B=49.07%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal94711590.410.5500.38255.6838.2645.1
Hex5E479F2937026100262d
Octal13610723751670464004655
Binary10111101000111100111111010011101110100110100000000100110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5E479F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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