#553363

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

Shades of Honey Flower #553363

Tints of Honey Flower #553363

Color information

#553363 (or 0x553363) is unknown color: approx Honey Flower. HEX triplet: 55, 33 and 63. RGB value is (85,51,99). Sum of RGB (Red+Green+Blue) = 85+51+99=235 (31% of max value = 765). Red value is 85 (33.59% from 255 or 36.17% from 235); Green value is 51 (20.31% from 255 or 21.70% from 235); Blue value is 99 (39.06% from 255 or 42.13% from 235); Max value from RGB is 99 - color contains mainly: blue. Hex color #553363 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #553363 is #AACC9C. Grayscale: #424242. Windows color (decimal): -11193501 or 6501205. OLE color: 6501205.

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

Color convert

RGB855199-
CMYK0.140.4800.61
HSL282.5º32%29.41%-
HSV(B)282.5º48.48%38.82%-
XYZ7.185.212.43-
YUV66.64146.26141.1-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 36.17%
GREEN value IS 51 (20.31% from 255) = 21.70%
BLUE value IS 99 (39.06% from 255) = 42.13%
R=36.17%
G=21.70%
B=42.13%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal8551990.140.4800.61282.53229.41
Hex553363E3003D11a201d
Octal1256314316600754324035
Binary101010111001111000111110110000011110110001101010000011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #553363

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #553363; }

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

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

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

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

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

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

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

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