#557765

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

Shades of Como #557765

Tints of Como #557765

Color information

#557765 (or 0x557765) is unknown color: approx Como. HEX triplet: 55, 77 and 65. RGB value is (85,119,101). Sum of RGB (Red+Green+Blue) = 85+119+101=305 (40% of max value = 765). Red value is 85 (33.59% from 255 or 27.87% from 305); Green value is 119 (46.88% from 255 or 39.02% from 305); Blue value is 101 (39.84% from 255 or 33.11% from 305); Max value from RGB is 119 - color contains mainly: green. Hex color #557765 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #557765 is #AA889A. Grayscale: #6A6A6A. Windows color (decimal): -11176091 or 6649685. OLE color: 6649685.

HSL color Cylindrical-coordinate representation of color #557765: hue angle of 148.24º 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 #557765 is Cyan = 0.29, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.53.

Color convert

RGB85119101-
CMYK0.2900.150.53
HSL148.24º16.67%40%-
HSV(B)148.24º28.57%46.67%-
XYZ12.6916.0614.74-
YUV106.78124.74112.46-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 27.87%
GREEN value IS 119 (46.88% from 255) = 39.02%
BLUE value IS 101 (39.84% from 255) = 33.11%
R=27.87%
G=39.02%
B=33.11%

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
Decimal851191010.2900.150.53148.2416.6740
Hex5577651D0F35941128
Octal12516714535017652242150
Binary10101011110111110010111101011111101011001010010001101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #557765

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #557765; }

 p { color: rgb(85,119,101); }

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

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

 a { background-color: rgb(85,119,101); }

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

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

 span { border-color: rgb(85,119,101); }

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