Html Css Color HEX #575D5C Mako

📋 copy color: '#575D5C'

red 87 ◦ green 93 ◦ blue 92

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

Shades of Mako #575D5C

Tints of Mako #575D5C

RGB

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

 GREEN value IS 93 (36.72% from 255) = 34.19%

 BLUE value IS 92 (36.33% from 255) = 33.82%

R = 31.99%
G = 34.19%
B = 33.82%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.01

 K value IS 0.64

RGB Variations

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

Color information

#575D5C (or 0x575D5C) is known color: Mako. HEX triplet: 57, 5D and 5C. RGB value is (87,93,92). Sum of RGB (Red+Green+Blue) = 87+93+92=272 (36% of max value = 765). Red value is 87 (34.38% from 255 or 31.99% from 272); Green value is 93 (36.72% from 255 or 34.19% from 272); Blue value is 92 (36.33% from 255 or 33.82% from 272); Max value from RGB is 93 - color contains mainly: green. Hex color #575D5C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #575D5C is #A8A2A3. Grayscale: #5B5B5B. Windows color (decimal): -11051684 or 6053207. OLE color: 6053207.

HSL color Cylindrical-coordinate representation of color #575D5C: hue angle of 170º degrees, saturation: 0.03, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #575D5C is Cyan = 0.06, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.64.

Color convert

RGB 87 93 92 -
CMYK 0.06 0 0.01 0.64
HSL 170º 0.03% 0.35% -
HSV(B) 170º 0.06% 0.36% -
XYZ 9.78 10.63 11.66 -
YUV 91.09 128.51 125.08 -
System Red Green Blue C M Y K H S L
Decimal 87 93 92 0.06 0 0.01 0.64 170 0.03 0.35
Hex 57 5D 5C 6 0 1 40 AA 3 23
Octal 127 135 134 6 0 1 100 252 3 43
Binary 1010111 1011101 1011100 110 0 1 1000000 10101010 11 100011

Color Harmonies of #575D5C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #575D5C

Black with #575D5C

Text Example


Text Example

White with #575D5C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #575D5C; }

 p { color: rgb(87,93,92); }

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

background-color css

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

 a { background-color: rgb(87,93,92); }

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

border-color css

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

 span { border-color: rgb(87,93,92); }

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