#553E8C

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

Shades of Daisy Bush #553E8C

Tints of Daisy Bush #553E8C

Color information

#553E8C (or 0x553E8C) is unknown color: approx Daisy Bush. HEX triplet: 55, 3E and 8C. RGB value is (85,62,140). Sum of RGB (Red+Green+Blue) = 85+62+140=287 (38% of max value = 765). Red value is 85 (33.59% from 255 or 29.62% from 287); Green value is 62 (24.61% from 255 or 21.60% from 287); Blue value is 140 (55.08% from 255 or 48.78% from 287); Max value from RGB is 140 - color contains mainly: blue. Hex color #553E8C is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #553E8C is #AAC173. Grayscale: #4D4D4D. Windows color (decimal): -11190644 or 9190997. OLE color: 9190997.

HSL color Cylindrical-coordinate representation of color #553E8C: hue angle of 257.69º degrees, saturation: 0.39, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #553E8C is Cyan = 0.39, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB8562140-
CMYK0.390.5600.45
HSL257.69º38.61%39.61%-
HSV(B)257.69º55.71%54.9%-
XYZ10.27.2725.68-
YUV77.77163.12133.16-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 29.62%
GREEN value IS 62 (24.61% from 255) = 21.60%
BLUE value IS 140 (55.08% from 255) = 48.78%
R=29.62%
G=21.60%
B=48.78%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal85621400.390.5600.45257.6938.6139.61
Hex553E8C273802D1022728
Octal1257621447700554024750
Binary1010101111110100011001001111110000101101100000010100111101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #553E8C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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