#5E4085

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

Shades of Daisy Bush #5E4085

Tints of Daisy Bush #5E4085

Color information

#5E4085 (or 0x5E4085) is unknown color: approx Daisy Bush. HEX triplet: 5E, 40 and 85. RGB value is (94,64,133). Sum of RGB (Red+Green+Blue) = 94+64+133=291 (38% of max value = 765). Red value is 94 (37.11% from 255 or 32.30% from 291); Green value is 64 (25.39% from 255 or 21.99% from 291); Blue value is 133 (52.34% from 255 or 45.70% from 291); Max value from RGB is 133 - color contains mainly: blue. Hex color #5E4085 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #5E4085 is #A1BF7A. Grayscale: #505050. Windows color (decimal): -10600315 or 8732766. OLE color: 8732766.

HSL color Cylindrical-coordinate representation of color #5E4085: hue angle of 266.09º degrees, saturation: 0.35, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #5E4085 is Cyan = 0.29, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB9464133-
CMYK0.290.5200.48
HSL266.09º35.03%38.63%-
HSV(B)266.09º51.88%52.16%-
XYZ10.687.7423.12-
YUV80.84157.44137.39-

RGB Variations

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

RGB

RED value IS 94 (37.11% from 255) = 32.30%
GREEN value IS 64 (25.39% from 255) = 21.99%
BLUE value IS 133 (52.34% from 255) = 45.70%
R=32.30%
G=21.99%
B=45.70%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal94641330.290.5200.48266.0935.0338.63
Hex5E40851D3403010a2327
Octal13610020535640604124347
Binary1011110100000010000101111011101000110000100001010100011100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5E4085

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(94,64,133); }

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

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

 a { background-color: rgb(94,64,133); }

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

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

 span { border-color: rgb(94,64,133); }

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