#553771

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

Shades of Honey Flower #553771

Tints of Honey Flower #553771

Color information

#553771 (or 0x553771) is unknown color: approx Honey Flower. HEX triplet: 55, 37 and 71. RGB value is (85,55,113). Sum of RGB (Red+Green+Blue) = 85+55+113=253 (33% of max value = 765). Red value is 85 (33.59% from 255 or 33.60% from 253); Green value is 55 (21.88% from 255 or 21.74% from 253); Blue value is 113 (44.53% from 255 or 44.66% from 253); Max value from RGB is 113 - color contains mainly: blue. Hex color #553771 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #553771 is #AAC88E. Grayscale: #464646. Windows color (decimal): -11192463 or 7419733. OLE color: 7419733.

HSL color Cylindrical-coordinate representation of color #553771: hue angle of 271.03º degrees, saturation: 0.35, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #553771 is Cyan = 0.25, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB8555113-
CMYK0.250.5100.56
HSL271.03º34.52%32.94%-
HSV(B)271.03º51.33%44.31%-
XYZ8.095.8616.33-
YUV70.58151.94138.28-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 33.60%
GREEN value IS 55 (21.88% from 255) = 21.74%
BLUE value IS 113 (44.53% from 255) = 44.66%
R=33.60%
G=21.74%
B=44.66%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal85551130.250.5100.56271.0334.5232.94
Hex553771193303810f2321
Octal1256716131630704174341
Binary10101011101111110001110011100110111000100001111100011100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #553771

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #553771; }

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

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

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

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

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

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

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

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