#553169

Color #553169 Honey Flower (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Honey Flower #553169

Tints of Honey Flower #553169

Color information

#553169 (or 0x553169) is unknown color: approx Honey Flower. HEX triplet: 55, 31 and 69. RGB value is (85,49,105). Sum of RGB (Red+Green+Blue) = 85+49+105=239 (31% of max value = 765). Red value is 85 (33.59% from 255 or 35.56% from 239); Green value is 49 (19.53% from 255 or 20.50% from 239); Blue value is 105 (41.41% from 255 or 43.93% from 239); Max value from RGB is 105 - color contains mainly: blue. Hex color #553169 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #553169 is #AACE96. Grayscale: #414141. Windows color (decimal): -11194007 or 6893909. OLE color: 6893909.

HSL color Cylindrical-coordinate representation of color #553169: hue angle of 278.57º degrees, saturation: 0.36, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #553169 is Cyan = 0.19, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB8549105-
CMYK0.190.5300.59
HSL278.57º36.36%30.2%-
HSV(B)278.57º53.33%41.18%-
XYZ7.395.1513.97-
YUV66.15149.93141.45-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 35.56%
GREEN value IS 49 (19.53% from 255) = 20.50%
BLUE value IS 105 (41.41% from 255) = 43.93%
R=35.56%
G=20.50%
B=43.93%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal85491050.190.5300.59278.5736.3630.2
Hex553169133503B117241e
Octal1256115123650734274436
Binary1010101110001110100110011110101011101110001011110010011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #553169

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #553169; }

 p { color: rgb(85,49,105); }

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

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

 a { background-color: rgb(85,49,105); }

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

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

 span { border-color: rgb(85,49,105); }

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