#553795

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

Shades of Daisy Bush #553795

Tints of Daisy Bush #553795

Color information

#553795 (or 0x553795) is unknown color: approx Daisy Bush. HEX triplet: 55, 37 and 95. RGB value is (85,55,149). Sum of RGB (Red+Green+Blue) = 85+55+149=289 (38% of max value = 765). Red value is 85 (33.59% from 255 or 29.41% from 289); Green value is 55 (21.88% from 255 or 19.03% from 289); Blue value is 149 (58.59% from 255 or 51.56% from 289); Max value from RGB is 149 - color contains mainly: blue. Hex color #553795 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #553795 is #AAC86A. Grayscale: #4A4A4A. Windows color (decimal): -11192427 or 9779029. OLE color: 9779029.

HSL color Cylindrical-coordinate representation of color #553795: hue angle of 259.15º degrees, saturation: 0.46, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #553795 is Cyan = 0.43, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB8555149-
CMYK0.430.6300.42
HSL259.15º46.08%40%-
HSV(B)259.15º63.09%58.43%-
XYZ10.546.8329.2-
YUV74.69169.94135.36-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 29.41%
GREEN value IS 55 (21.88% from 255) = 19.03%
BLUE value IS 149 (58.59% from 255) = 51.56%
R=29.41%
G=19.03%
B=51.56%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal85551490.430.6300.42259.1546.0840
Hex5537952B3F02A1032e28
Octal1256722553770524035650
Binary1010101110111100101011010111111110101010100000011101110101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #553795

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #553795; }

 p { color: rgb(85,55,149); }

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

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

 a { background-color: rgb(85,55,149); }

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

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

 span { border-color: rgb(85,55,149); }

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