#553762

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

Shades of Honey Flower #553762

Tints of Honey Flower #553762

Color information

#553762 (or 0x553762) is unknown color: approx Honey Flower. HEX triplet: 55, 37 and 62. RGB value is (85,55,98). Sum of RGB (Red+Green+Blue) = 85+55+98=238 (31% of max value = 765). Red value is 85 (33.59% from 255 or 35.71% from 238); Green value is 55 (21.88% from 255 or 23.11% from 238); Blue value is 98 (38.67% from 255 or 41.18% from 238); Max value from RGB is 98 - color contains mainly: blue. Hex color #553762 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #553762 is #AAC89D. Grayscale: #444444. Windows color (decimal): -11192478 or 6436693. OLE color: 6436693.

HSL color Cylindrical-coordinate representation of color #553762: hue angle of 281.86º degrees, saturation: 0.28, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #553762 is Cyan = 0.13, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB855598-
CMYK0.130.4400.62
HSL281.86º28.1%30%-
HSV(B)281.86º43.88%38.43%-
XYZ7.325.5512.24-
YUV68.87144.44139.5-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 35.71%
GREEN value IS 55 (21.88% from 255) = 23.11%
BLUE value IS 98 (38.67% from 255) = 41.18%
R=35.71%
G=23.11%
B=41.18%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal8555980.130.4400.62281.8628.130
Hex553762D2C03E11a1c1e
Octal1256714215540764323436
Binary10101011101111100010110110110001111101000110101110011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #553762

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #553762; }

 p { color: rgb(85,55,98); }

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

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

 a { background-color: rgb(85,55,98); }

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

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

 span { border-color: rgb(85,55,98); }

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