#57695F

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

Shades of Como #57695F

Tints of Como #57695F

Color information

#57695F (or 0x57695F) is unknown color: approx Como. HEX triplet: 57, 69 and 5F. RGB value is (87,105,95). Sum of RGB (Red+Green+Blue) = 87+105+95=287 (38% of max value = 765). Red value is 87 (34.38% from 255 or 30.31% from 287); Green value is 105 (41.41% from 255 or 36.59% from 287); Blue value is 95 (37.5% from 255 or 33.10% from 287); Max value from RGB is 105 - color contains mainly: green. Hex color #57695F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #57695F is #A896A0. Grayscale: #626262. Windows color (decimal): -11048609 or 6252887. OLE color: 6252887.

HSL color Cylindrical-coordinate representation of color #57695F: hue angle of 146.67º degrees, saturation: 0.09, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #57695F is Cyan = 0.17, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.59.

Color convert

RGB8710595-
CMYK0.1700.100.59
HSL146.67º9.37%37.65%-
HSV(B)146.67º17.14%41.18%-
XYZ11.0512.9612.74-
YUV98.48126.04119.81-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 30.31%
GREEN value IS 105 (41.41% from 255) = 36.59%
BLUE value IS 95 (37.5% from 255) = 33.10%
R=30.31%
G=36.59%
B=33.10%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal87105950.1700.100.59146.679.3737.65
Hex57695F110A3B93926
Octal12715113721012732231146
Binary1010111110100110111111000101010111011100100111001100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #57695F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #57695F; }

 p { color: rgb(87,105,95); }

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

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

 a { background-color: rgb(87,105,95); }

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

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

 span { border-color: rgb(87,105,95); }

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