#557B5F

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

Shades of Como #557B5F

Tints of Como #557B5F

Color information

#557B5F (or 0x557B5F) is unknown color: approx Como. HEX triplet: 55, 7B and 5F. RGB value is (85,123,95). Sum of RGB (Red+Green+Blue) = 85+123+95=303 (40% of max value = 765). Red value is 85 (33.59% from 255 or 28.05% from 303); Green value is 123 (48.44% from 255 or 40.59% from 303); Blue value is 95 (37.5% from 255 or 31.35% from 303); Max value from RGB is 123 - color contains mainly: green. Hex color #557B5F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #557B5F is #AA84A0. Grayscale: #6C6C6C. Windows color (decimal): -11175073 or 6257493. OLE color: 6257493.

HSL color Cylindrical-coordinate representation of color #557B5F: hue angle of 135.79º 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 #557B5F is Cyan = 0.31, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.52.

Color convert

RGB8512395-
CMYK0.3100.230.52
HSL135.79º18.27%40.78%-
HSV(B)135.79º30.89%48.24%-
XYZ12.8916.9213.41-
YUV108.45120.41111.28-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 28.05%
GREEN value IS 123 (48.44% from 255) = 40.59%
BLUE value IS 95 (37.5% from 255) = 31.35%
R=28.05%
G=40.59%
B=31.35%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal85123950.3100.230.52135.7918.2740.78
Hex557B5F1F01734881229
Octal12517313737027642102251
Binary101010111110111011111111110101111101001000100010010101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #557B5F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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