#553963

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

Shades of Honey Flower #553963

Tints of Honey Flower #553963

Color information

#553963 (or 0x553963) is unknown color: approx Honey Flower. HEX triplet: 55, 39 and 63. RGB value is (85,57,99). Sum of RGB (Red+Green+Blue) = 85+57+99=241 (31% of max value = 765). Red value is 85 (33.59% from 255 or 35.27% from 241); Green value is 57 (22.66% from 255 or 23.65% from 241); Blue value is 99 (39.06% from 255 or 41.08% from 241); Max value from RGB is 99 - color contains mainly: blue. Hex color #553963 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #553963 is #AAC69C. Grayscale: #464646. Windows color (decimal): -11191965 or 6502741. OLE color: 6502741.

HSL color Cylindrical-coordinate representation of color #553963: hue angle of 280º degrees, saturation: 0.27, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #553963 is Cyan = 0.14, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.61.

Color convert

RGB855799-
CMYK0.140.4200.61
HSL280º26.92%30.59%-
HSV(B)280º42.42%38.82%-
XYZ7.465.7612.52-
YUV70.16144.28138.58-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 35.27%
GREEN value IS 57 (22.66% from 255) = 23.65%
BLUE value IS 99 (39.06% from 255) = 41.08%
R=35.27%
G=23.65%
B=41.08%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal8557990.140.4200.6128026.9230.59
Hex553963E2A03D1181b1f
Octal1257114316520754303337
Binary10101011110011100011111010101001111011000110001101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #553963

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #553963; }

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

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

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

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

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

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

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

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