#557866

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

Shades of Como #557866

Tints of Como #557866

Color information

#557866 (or 0x557866) is unknown color: approx Como. HEX triplet: 55, 78 and 66. RGB value is (85,120,102). Sum of RGB (Red+Green+Blue) = 85+120+102=307 (40% of max value = 765). Red value is 85 (33.59% from 255 or 27.69% from 307); Green value is 120 (47.27% from 255 or 39.09% from 307); Blue value is 102 (40.23% from 255 or 33.22% from 307); Max value from RGB is 120 - color contains mainly: green. Hex color #557866 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #557866 is #AA8799. Grayscale: #6B6B6B. Windows color (decimal): -11175834 or 6715477. OLE color: 6715477.

HSL color Cylindrical-coordinate representation of color #557866: hue angle of 149.14º degrees, saturation: 0.17, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #557866 is Cyan = 0.29, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.53.

Color convert

RGB85120102-
CMYK0.2900.150.53
HSL149.14º17.07%40.2%-
HSV(B)149.14º29.17%47.06%-
XYZ12.8616.3215.04-
YUV107.48124.9111.96-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 27.69%
GREEN value IS 120 (47.27% from 255) = 39.09%
BLUE value IS 102 (40.23% from 255) = 33.22%
R=27.69%
G=39.09%
B=33.22%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal851201020.2900.150.53149.1417.0740.2
Hex5578661D0F35951128
Octal12517014635017652252150
Binary10101011111000110011011101011111101011001010110001101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #557866

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #557866; }

 p { color: rgb(85,120,102); }

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

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

 a { background-color: rgb(85,120,102); }

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

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

 span { border-color: rgb(85,120,102); }

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