#557B62

Color #557B62 Como (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Como #557B62

Tints of Como #557B62

Color information

#557B62 (or 0x557B62) is unknown color: approx Como. HEX triplet: 55, 7B and 62. RGB value is (85,123,98). Sum of RGB (Red+Green+Blue) = 85+123+98=306 (40% of max value = 765). Red value is 85 (33.59% from 255 or 27.78% from 306); Green value is 123 (48.44% from 255 or 40.20% from 306); Blue value is 98 (38.67% from 255 or 32.03% from 306); Max value from RGB is 123 - color contains mainly: green. Hex color #557B62 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #557B62 is #AA849D. Grayscale: #6C6C6C. Windows color (decimal): -11175070 or 6454101. OLE color: 6454101.

HSL color Cylindrical-coordinate representation of color #557B62: hue angle of 140.53º degrees, saturation: 0.18, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #557B62 is Cyan = 0.31, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.52.

Color convert

RGB8512398-
CMYK0.3100.200.52
HSL140.53º18.27%40.78%-
HSV(B)140.53º30.89%48.24%-
XYZ13.0316.9814.15-
YUV108.79121.91111.03-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 27.78%
GREEN value IS 123 (48.44% from 255) = 40.20%
BLUE value IS 98 (38.67% from 255) = 32.03%
R=27.78%
G=40.20%
B=32.03%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal85123980.3100.200.52140.5318.2740.78
Hex557B621F014348d1229
Octal12517314237024642152251
Binary101010111110111100010111110101001101001000110110010101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #557B62

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #557B62; }

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

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

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

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

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

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

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

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