#553F6D

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

Shades of Honey Flower #553F6D

Tints of Honey Flower #553F6D

Color information

#553F6D (or 0x553F6D) is unknown color: approx Honey Flower. HEX triplet: 55, 3F and 6D. RGB value is (85,63,109). Sum of RGB (Red+Green+Blue) = 85+63+109=257 (34% of max value = 765). Red value is 85 (33.59% from 255 or 33.07% from 257); Green value is 63 (25% from 255 or 24.51% from 257); Blue value is 109 (42.97% from 255 or 42.41% from 257); Max value from RGB is 109 - color contains mainly: blue. Hex color #553F6D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #553F6D is #AAC092. Grayscale: #4A4A4A. Windows color (decimal): -11190419 or 7159637. OLE color: 7159637.

HSL color Cylindrical-coordinate representation of color #553F6D: hue angle of 268.7º degrees, saturation: 0.27, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #553F6D is Cyan = 0.22, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB8563109-
CMYK0.220.4200.57
HSL268.7º26.74%33.73%-
HSV(B)268.7º42.2%42.75%-
XYZ8.286.5915.3-
YUV74.82147.29135.26-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 33.07%
GREEN value IS 63 (25% from 255) = 24.51%
BLUE value IS 109 (42.97% from 255) = 42.41%
R=33.07%
G=24.51%
B=42.41%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal85631090.220.4200.57268.726.7433.73
Hex553F6D162A03910d1b22
Octal1257715526520714153342
Binary1010101111111110110110110101010011100110000110111011100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #553F6D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #553F6D; }

 p { color: rgb(85,63,109); }

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

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

 a { background-color: rgb(85,63,109); }

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

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

 span { border-color: rgb(85,63,109); }

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