#553F6E

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

Shades of Honey Flower #553F6E

Tints of Honey Flower #553F6E

Color information

#553F6E (or 0x553F6E) is unknown color: approx Honey Flower. HEX triplet: 55, 3F and 6E. RGB value is (85,63,110). Sum of RGB (Red+Green+Blue) = 85+63+110=258 (34% of max value = 765). Red value is 85 (33.59% from 255 or 32.95% from 258); Green value is 63 (25% from 255 or 24.42% from 258); Blue value is 110 (43.36% from 255 or 42.64% from 258); Max value from RGB is 110 - color contains mainly: blue. Hex color #553F6E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #553F6E is #AAC091. Grayscale: #4A4A4A. Windows color (decimal): -11190418 or 7225173. OLE color: 7225173.

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

Color convert

RGB8563110-
CMYK0.230.4300.57
HSL268.09º27.17%33.92%-
HSV(B)268.09º42.73%43.14%-
XYZ8.346.6115.59-
YUV74.94147.79135.18-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 32.95%
GREEN value IS 63 (25% from 255) = 24.42%
BLUE value IS 110 (43.36% from 255) = 42.64%
R=32.95%
G=24.42%
B=42.64%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal85631100.230.4300.57268.0927.1733.92
Hex553F6E172B03910c1b22
Octal1257715627530714143342
Binary1010101111111110111010111101011011100110000110011011100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #553F6E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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