Html Css Color HEX #575E5D Mako

📋 copy color: '#575E5D'

red 87 ◦ green 94 ◦ blue 93

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

Shades of Mako #575E5D

Tints of Mako #575E5D

RGB

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

 GREEN value IS 94 (37.11% from 255) = 34.31%

 BLUE value IS 93 (36.72% from 255) = 33.94%

R = 31.75%
G = 34.31%
B = 33.94%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.01

 K value IS 0.63

RGB Variations

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

Color information

#575E5D (or 0x575E5D) is known color: Mako. HEX triplet: 57, 5E and 5D. RGB value is (87,94,93). Sum of RGB (Red+Green+Blue) = 87+94+93=274 (36% of max value = 765). Red value is 87 (34.38% from 255 or 31.75% from 274); Green value is 94 (37.11% from 255 or 34.31% from 274); Blue value is 93 (36.72% from 255 or 33.94% from 274); Max value from RGB is 94 - color contains mainly: green. Hex color #575E5D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #575E5D is #A8A1A2. Grayscale: #5B5B5B. Windows color (decimal): -11051427 or 6118999. OLE color: 6118999.

HSL color Cylindrical-coordinate representation of color #575E5D: hue angle of 171.43º degrees, saturation: 0.04, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #575E5D is Cyan = 0.07, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.63.

Color convert

RGB 87 94 93 -
CMYK 0.07 0 0.01 0.63
HSL 171.43º 0.04% 0.35% -
HSV(B) 171.43º 0.07% 0.37% -
XYZ 9.91 10.82 11.92 -
YUV 91.79 128.68 124.58 -
System Red Green Blue C M Y K H S L
Decimal 87 94 93 0.07 0 0.01 0.63 171.43 0.04 0.35
Hex 57 5E 5D 7 0 1 3F AB 4 23
Octal 127 136 135 7 0 1 77 253 4 43
Binary 1010111 1011110 1011101 111 0 1 111111 10101011 100 100011

Color Harmonies of #575E5D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #575E5D

Black with #575E5D

Text Example


Text Example

White with #575E5D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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