Html Css Color HEX #577064 Como

📋 copy color: '#577064'

red 87 ◦ green 112 ◦ blue 100

#577064
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Como #577064

Tints of Como #577064

RGB

 RED value IS 87 (34.38% from 255) = 29.1%

 GREEN value IS 112 (44.14% from 255) = 37.46%

 BLUE value IS 100 (39.45% from 255) = 33.44%

R = 29.1%
G = 37.46%
B = 33.44%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.11

 K value IS 0.56

RGB Variations

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

Color information

#577064 (or 0x577064) is known color: Como. HEX triplet: 57, 70 and 64. RGB value is (87,112,100). Sum of RGB (Red+Green+Blue) = 87+112+100=299 (39% of max value = 765). Red value is 87 (34.38% from 255 or 29.10% from 299); Green value is 112 (44.14% from 255 or 37.46% from 299); Blue value is 100 (39.45% from 255 or 33.44% from 299); Max value from RGB is 112 - color contains mainly: green. Hex color #577064 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #577064 is #A88F9B. Grayscale: #676767. Windows color (decimal): -11046812 or 6582359. OLE color: 6582359.

HSL color Cylindrical-coordinate representation of color #577064: hue angle of 151.2º degrees, saturation: 0.13, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #577064 is Cyan = 0.22, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.56.

Color convert

RGB 87 112 100 -
CMYK 0.22 0 0.11 0.56
HSL 151.2º 0.13% 0.39% -
HSV(B) 151.2º 0.22% 0.44% -
XYZ 12.02 14.53 14.23 -
YUV 103.16 126.22 116.48 -
System Red Green Blue C M Y K H S L
Decimal 87 112 100 0.22 0 0.11 0.56 151.2 0.13 0.39
Hex 57 70 64 16 0 B 38 97 D 27
Octal 127 160 144 26 0 13 70 227 15 47
Binary 1010111 1110000 1100100 10110 0 1011 111000 10010111 1101 100111

Color Harmonies of #577064

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #577064

Black with #577064

Text Example


Text Example

White with #577064

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #577064; }

 p { color: rgb(87,112,100); }

 H1.HeaderClassName
 {
   color: #577064;
 }
 .AnyTagClassName
 {
   color: #577064;
 }
</style>

background-color css

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

 a { background-color: rgb(87,112,100); }

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

border-color css

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

 span { border-color: rgb(87,112,100); }

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