#557462

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

Shades of Como #557462

Tints of Como #557462

Color information

#557462 (or 0x557462) is unknown color: approx Como. HEX triplet: 55, 74 and 62. RGB value is (85,116,98). Sum of RGB (Red+Green+Blue) = 85+116+98=299 (39% of max value = 765). Red value is 85 (33.59% from 255 or 28.43% from 299); Green value is 116 (45.70% from 255 or 38.80% from 299); Blue value is 98 (38.67% from 255 or 32.78% from 299); Max value from RGB is 116 - color contains mainly: green. Hex color #557462 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #557462 is #AA8B9D. Grayscale: #686868. Windows color (decimal): -11176862 or 6452309. OLE color: 6452309.

HSL color Cylindrical-coordinate representation of color #557462: hue angle of 145.16º degrees, saturation: 0.15, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #557462 is Cyan = 0.27, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.55.

Color convert

RGB8511698-
CMYK0.2700.160.55
HSL145.16º15.42%39.41%-
HSV(B)145.16º26.72%45.49%-
XYZ12.215.313.87-
YUV104.68124.23113.96-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 28.43%
GREEN value IS 116 (45.70% from 255) = 38.80%
BLUE value IS 98 (38.67% from 255) = 32.78%
R=28.43%
G=38.80%
B=32.78%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal85116980.2700.160.55145.1615.4239.41
Hex5574621B0103791f27
Octal12516414233020672211747
Binary10101011110100110001011011010000110111100100011111100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #557462

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #557462; }

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

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

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

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

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

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

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

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