#553B9D

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

Shades of Daisy Bush #553B9D

Tints of Daisy Bush #553B9D

Color information

#553B9D (or 0x553B9D) is unknown color: approx Daisy Bush. HEX triplet: 55, 3B and 9D. RGB value is (85,59,157). Sum of RGB (Red+Green+Blue) = 85+59+157=301 (39% of max value = 765). Red value is 85 (33.59% from 255 or 28.24% from 301); Green value is 59 (23.44% from 255 or 19.60% from 301); Blue value is 157 (61.72% from 255 or 52.16% from 301); Max value from RGB is 157 - color contains mainly: blue. Hex color #553B9D is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #553B9D is #AAC462. Grayscale: #4D4D4D. Windows color (decimal): -11191395 or 10304341. OLE color: 10304341.

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

Color convert

RGB8559157-
CMYK0.460.6200.38
HSL255.92º45.37%42.35%-
HSV(B)255.92º62.42%61.57%-
XYZ11.47.4932.74-
YUV77.95172.61133.03-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 28.24%
GREEN value IS 59 (23.44% from 255) = 19.60%
BLUE value IS 157 (61.72% from 255) = 52.16%
R=28.24%
G=19.60%
B=52.16%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal85591570.460.6200.38255.9245.3742.35
Hex553B9D2E3E0261002d2a
Octal1257323556760464005552
Binary1010101111011100111011011101111100100110100000000101101101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #553B9D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(85,59,157); }

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

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

 a { background-color: rgb(85,59,157); }

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

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

 span { border-color: rgb(85,59,157); }

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