#553C61

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

Shades of Honey Flower #553C61

Tints of Honey Flower #553C61

Color information

#553C61 (or 0x553C61) is unknown color: approx Honey Flower. HEX triplet: 55, 3C and 61. RGB value is (85,60,97). Sum of RGB (Red+Green+Blue) = 85+60+97=242 (32% of max value = 765). Red value is 85 (33.59% from 255 or 35.12% from 242); Green value is 60 (23.83% from 255 or 24.79% from 242); Blue value is 97 (38.28% from 255 or 40.08% from 242); Max value from RGB is 97 - color contains mainly: blue. Hex color #553C61 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #553C61 is #AAC39E. Grayscale: #474747. Windows color (decimal): -11191199 or 6372437. OLE color: 6372437.

HSL color Cylindrical-coordinate representation of color #553C61: hue angle of 280.54º degrees, saturation: 0.24, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #553C61 is Cyan = 0.12, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB856097-
CMYK0.120.3800.62
HSL280.54º23.57%30.78%-
HSV(B)280.54º38.14%38.04%-
XYZ7.526.0312.08-
YUV71.69142.28137.49-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 35.12%
GREEN value IS 60 (23.83% from 255) = 24.79%
BLUE value IS 97 (38.28% from 255) = 40.08%
R=35.12%
G=24.79%
B=40.08%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal8560970.120.3800.62280.5423.5730.78
Hex553C61C2603E119181f
Octal1257414114460764313037
Binary10101011111001100001110010011001111101000110011100011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #553C61

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(85,60,97); }

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

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

 a { background-color: rgb(85,60,97); }

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

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

 span { border-color: rgb(85,60,97); }

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