#553C8E

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

Shades of Daisy Bush #553C8E

Tints of Daisy Bush #553C8E

Color information

#553C8E (or 0x553C8E) is unknown color: approx Daisy Bush. HEX triplet: 55, 3C and 8E. RGB value is (85,60,142). Sum of RGB (Red+Green+Blue) = 85+60+142=287 (38% of max value = 765). Red value is 85 (33.59% from 255 or 29.62% from 287); Green value is 60 (23.83% from 255 or 20.91% from 287); Blue value is 142 (55.86% from 255 or 49.48% from 287); Max value from RGB is 142 - color contains mainly: blue. Hex color #553C8E is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #553C8E is #AAC371. Grayscale: #4C4C4C. Windows color (decimal): -11191154 or 9321557. OLE color: 9321557.

HSL color Cylindrical-coordinate representation of color #553C8E: hue angle of 258.29º degrees, saturation: 0.41, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #553C8E is Cyan = 0.40, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB8560142-
CMYK0.400.5800.44
HSL258.29º40.59%39.61%-
HSV(B)258.29º57.75%55.69%-
XYZ10.247.1226.42-
YUV76.82164.78133.83-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 29.62%
GREEN value IS 60 (23.83% from 255) = 20.91%
BLUE value IS 142 (55.86% from 255) = 49.48%
R=29.62%
G=20.91%
B=49.48%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal85601420.400.5800.44258.2940.5939.61
Hex553C8E283A02C1022928
Octal1257421650720544025150
Binary1010101111100100011101010001110100101100100000010101001101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #553C8E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(85,60,142); }

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

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

 a { background-color: rgb(85,60,142); }

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

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

 span { border-color: rgb(85,60,142); }

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