#553B98

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

Shades of Daisy Bush #553B98

Tints of Daisy Bush #553B98

Color information

#553B98 (or 0x553B98) is unknown color: approx Daisy Bush. HEX triplet: 55, 3B and 98. RGB value is (85,59,152). Sum of RGB (Red+Green+Blue) = 85+59+152=296 (39% of max value = 765). Red value is 85 (33.59% from 255 or 28.72% from 296); Green value is 59 (23.44% from 255 or 19.93% from 296); Blue value is 152 (59.77% from 255 or 51.35% from 296); Max value from RGB is 152 - color contains mainly: blue. Hex color #553B98 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #553B98 is #AAC467. Grayscale: #4D4D4D. Windows color (decimal): -11191400 or 9976661. OLE color: 9976661.

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

Color convert

RGB8559152-
CMYK0.440.6100.40
HSL256.77º44.08%41.37%-
HSV(B)256.77º61.18%59.61%-
XYZ10.987.3330.54-
YUV77.38170.11133.44-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 28.72%
GREEN value IS 59 (23.44% from 255) = 19.93%
BLUE value IS 152 (59.77% from 255) = 51.35%
R=28.72%
G=19.93%
B=51.35%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal85591520.440.6100.40256.7744.0841.37
Hex553B982C3D0281012c29
Octal1257323054750504015451
Binary1010101111011100110001011001111010101000100000001101100101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #553B98

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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