#553263

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

Shades of Honey Flower #553263

Tints of Honey Flower #553263

Color information

#553263 (or 0x553263) is unknown color: approx Honey Flower. HEX triplet: 55, 32 and 63. RGB value is (85,50,99). Sum of RGB (Red+Green+Blue) = 85+50+99=234 (30% of max value = 765). Red value is 85 (33.59% from 255 or 36.32% from 234); Green value is 50 (19.92% from 255 or 21.37% from 234); Blue value is 99 (39.06% from 255 or 42.31% from 234); Max value from RGB is 99 - color contains mainly: blue. Hex color #553263 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #553263 is #AACD9C. Grayscale: #414141. Windows color (decimal): -11193757 or 6500949. OLE color: 6500949.

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

Color convert

RGB855099-
CMYK0.140.4900.61
HSL282.86º32.89%29.22%-
HSV(B)282.86º49.49%38.82%-
XYZ7.145.1112.42-
YUV66.05146.6141.52-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 36.32%
GREEN value IS 50 (19.92% from 255) = 21.37%
BLUE value IS 99 (39.06% from 255) = 42.31%
R=36.32%
G=21.37%
B=42.31%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal8550990.140.4900.61282.8632.8929.22
Hex553263E3103D11b211d
Octal1256214316610754334135
Binary101010111001011000111110110001011110110001101110000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #553263

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #553263; }

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

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

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

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

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

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

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

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