#553E9E

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

Shades of Daisy Bush #553E9E

Tints of Daisy Bush #553E9E

Color information

#553E9E (or 0x553E9E) is unknown color: approx Daisy Bush. HEX triplet: 55, 3E and 9E. RGB value is (85,62,158). Sum of RGB (Red+Green+Blue) = 85+62+158=305 (40% of max value = 765). Red value is 85 (33.59% from 255 or 27.87% from 305); Green value is 62 (24.61% from 255 or 20.33% from 305); Blue value is 158 (62.11% from 255 or 51.80% from 305); Max value from RGB is 158 - color contains mainly: blue. Hex color #553E9E is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #553E9E is #AAC161. Grayscale: #4F4F4F. Windows color (decimal): -11190626 or 10370645. OLE color: 10370645.

HSL color Cylindrical-coordinate representation of color #553E9E: hue angle of 254.38º degrees, saturation: 0.44, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #553E9E is Cyan = 0.46, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB8562158-
CMYK0.460.6100.38
HSL254.38º43.64%43.14%-
HSV(B)254.38º60.76%61.96%-
XYZ11.647.8533.25-
YUV79.82172.12131.69-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 27.87%
GREEN value IS 62 (24.61% from 255) = 20.33%
BLUE value IS 158 (62.11% from 255) = 51.80%
R=27.87%
G=20.33%
B=51.80%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal85621580.460.6100.38254.3843.6443.14
Hex553E9E2E3D026fe2c2b
Octal1257623656750463765453
Binary101010111111010011110101110111101010011011111110101100101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #553E9E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #553E9E; }

 p { color: rgb(85,62,158); }

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

<style>
 a { background-color: #553E9E; }

 a { background-color: rgb(85,62,158); }

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

<style>
 span { border-color: #553E9E; }

 span { border-color: rgb(85,62,158); }

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