#557A67

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

Shades of Como #557A67

Tints of Como #557A67

Color information

#557A67 (or 0x557A67) is unknown color: approx Como. HEX triplet: 55, 7A and 67. RGB value is (85,122,103). Sum of RGB (Red+Green+Blue) = 85+122+103=310 (41% of max value = 765). Red value is 85 (33.59% from 255 or 27.42% from 310); Green value is 122 (48.05% from 255 or 39.35% from 310); Blue value is 103 (40.62% from 255 or 33.23% from 310); Max value from RGB is 122 - color contains mainly: green. Hex color #557A67 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #557A67 is #AA8598. Grayscale: #6C6C6C. Windows color (decimal): -11175321 or 6781525. OLE color: 6781525.

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

Color convert

RGB85122103-
CMYK0.3000.160.52
HSL149.19º17.87%40.59%-
HSV(B)149.19º30.33%47.84%-
XYZ13.1516.8315.39-
YUV108.77124.74111.04-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 27.42%
GREEN value IS 122 (48.05% from 255) = 39.35%
BLUE value IS 103 (40.62% from 255) = 33.23%
R=27.42%
G=39.35%
B=33.23%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal851221030.3000.160.52149.1917.8740.59
Hex557A671E01034951229
Octal12517214736020642252251
Binary101010111110101100111111100100001101001001010110010101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #557A67

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(85,122,103); }

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

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

 a { background-color: rgb(85,122,103); }

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

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

 span { border-color: rgb(85,122,103); }

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