#553971

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

Shades of Honey Flower #553971

Tints of Honey Flower #553971

Color information

#553971 (or 0x553971) is unknown color: approx Honey Flower. HEX triplet: 55, 39 and 71. RGB value is (85,57,113). Sum of RGB (Red+Green+Blue) = 85+57+113=255 (33% of max value = 765). Red value is 85 (33.59% from 255 or 33.33% from 255); Green value is 57 (22.66% from 255 or 22.35% from 255); Blue value is 113 (44.53% from 255 or 44.31% from 255); Max value from RGB is 113 - color contains mainly: blue. Hex color #553971 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #553971 is #AAC68E. Grayscale: #474747. Windows color (decimal): -11191951 or 7420245. OLE color: 7420245.

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

Color convert

RGB8557113-
CMYK0.250.5000.56
HSL270º32.94%33.33%-
HSV(B)270º49.56%44.31%-
XYZ8.196.0516.36-
YUV71.76151.28137.45-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 33.33%
GREEN value IS 57 (22.66% from 255) = 22.35%
BLUE value IS 113 (44.53% from 255) = 44.31%
R=33.33%
G=22.35%
B=44.31%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal85571130.250.5000.5627032.9433.33
Hex553971193203810e2121
Octal1257116131620704164141
Binary10101011110011110001110011100100111000100001110100001100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #553971

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #553971; }

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

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

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

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

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

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

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

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