#553497

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

Shades of Daisy Bush #553497

Tints of Daisy Bush #553497

Color information

#553497 (or 0x553497) is unknown color: approx Daisy Bush. HEX triplet: 55, 34 and 97. RGB value is (85,52,151). Sum of RGB (Red+Green+Blue) = 85+52+151=288 (38% of max value = 765). Red value is 85 (33.59% from 255 or 29.51% from 288); Green value is 52 (20.70% from 255 or 18.06% from 288); Blue value is 151 (59.38% from 255 or 52.43% from 288); Max value from RGB is 151 - color contains mainly: blue. Hex color #553497 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #553497 is #AACB68. Grayscale: #484848. Windows color (decimal): -11193193 or 9909333. OLE color: 9909333.

HSL color Cylindrical-coordinate representation of color #553497: hue angle of 260º degrees, saturation: 0.49, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #553497 is Cyan = 0.44, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB8552151-
CMYK0.440.6600.41
HSL260º48.77%39.8%-
HSV(B)260º65.56%59.22%-
XYZ10.566.6230-
YUV73.15171.93136.45-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 29.51%
GREEN value IS 52 (20.70% from 255) = 18.06%
BLUE value IS 151 (59.38% from 255) = 52.43%
R=29.51%
G=18.06%
B=52.43%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal85521510.440.6600.4126048.7739.8
Hex5534972C420291043128
Octal12564227541020514046150
Binary10101011101001001011110110010000100101001100000100110001101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #553497

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #553497; }

 p { color: rgb(85,52,151); }

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

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

 a { background-color: rgb(85,52,151); }

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

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

 span { border-color: rgb(85,52,151); }

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