Html Css Color HEX #57615F Mako

📋 copy color: '#57615F'

red 87 ◦ green 97 ◦ blue 95

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

Shades of Mako #57615F

Tints of Mako #57615F

RGB

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

 GREEN value IS 97 (38.28% from 255) = 34.77%

 BLUE value IS 95 (37.5% from 255) = 34.05%

R = 31.18%
G = 34.77%
B = 34.05%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.02

 K value IS 0.62

RGB Variations

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

Color information

#57615F (or 0x57615F) is known color: Mako. HEX triplet: 57, 61 and 5F. RGB value is (87,97,95). Sum of RGB (Red+Green+Blue) = 87+97+95=279 (36% of max value = 765). Red value is 87 (34.38% from 255 or 31.18% from 279); Green value is 97 (38.28% from 255 or 34.77% from 279); Blue value is 95 (37.5% from 255 or 34.05% from 279); Max value from RGB is 97 - color contains mainly: green. Hex color #57615F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #57615F is #A89EA0. Grayscale: #5D5D5D. Windows color (decimal): -11050657 or 6250839. OLE color: 6250839.

HSL color Cylindrical-coordinate representation of color #57615F: hue angle of 168º degrees, saturation: 0.05, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #57615F is Cyan = 0.10, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.62.

Color convert

RGB 87 97 95 -
CMYK 0.10 0 0.02 0.62
HSL 168º 0.05% 0.36% -
HSV(B) 168º 0.1% 0.38% -
XYZ 10.27 11.4 12.49 -
YUV 93.78 128.69 123.16 -
System Red Green Blue C M Y K H S L
Decimal 87 97 95 0.10 0 0.02 0.62 168 0.05 0.36
Hex 57 61 5F A 0 2 3E A8 5 24
Octal 127 141 137 12 0 2 76 250 5 44
Binary 1010111 1100001 1011111 1010 0 10 111110 10101000 101 100100

Color Harmonies of #57615F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #57615F

Black with #57615F

Text Example


Text Example

White with #57615F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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