#553698

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

Shades of Daisy Bush #553698

Tints of Daisy Bush #553698

Color information

#553698 (or 0x553698) is unknown color: approx Daisy Bush. HEX triplet: 55, 36 and 98. RGB value is (85,54,152). Sum of RGB (Red+Green+Blue) = 85+54+152=291 (38% of max value = 765). Red value is 85 (33.59% from 255 or 29.21% from 291); Green value is 54 (21.48% from 255 or 18.56% from 291); Blue value is 152 (59.77% from 255 or 52.23% from 291); Max value from RGB is 152 - color contains mainly: blue. Hex color #553698 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #553698 is #AAC967. Grayscale: #4A4A4A. Windows color (decimal): -11192680 or 9975381. OLE color: 9975381.

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

Color convert

RGB8554152-
CMYK0.440.6400.40
HSL258.98º47.57%40.39%-
HSV(B)258.98º64.47%59.61%-
XYZ10.736.8430.46-
YUV74.44171.77135.53-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 29.21%
GREEN value IS 54 (21.48% from 255) = 18.56%
BLUE value IS 152 (59.77% from 255) = 52.23%
R=29.21%
G=18.56%
B=52.23%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.64
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal85541520.440.6400.40258.9847.5740.39
Hex5536982C400281033028
Octal12566230541000504036050
Binary10101011101101001100010110010000000101000100000011110000101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #553698

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #553698; }

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

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

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

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

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

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

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

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