Html Css Color HEX #525857 Mako

📋 copy color: '#525857'

red 82 ◦ green 88 ◦ blue 87

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

Shades of Mako #525857

Tints of Mako #525857

RGB

 RED value IS 82 (32.42% from 255) = 31.91%

 GREEN value IS 88 (34.77% from 255) = 34.24%

 BLUE value IS 87 (34.38% from 255) = 33.85%

R = 31.91%
G = 34.24%
B = 33.85%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.01

 K value IS 0.65

RGB Variations

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

Color information

#525857 (or 0x525857) is known color: Mako. HEX triplet: 52, 58 and 57. RGB value is (82,88,87). Sum of RGB (Red+Green+Blue) = 82+88+87=257 (34% of max value = 765). Red value is 82 (32.42% from 255 or 31.91% from 257); Green value is 88 (34.77% from 255 or 34.24% from 257); Blue value is 87 (34.38% from 255 or 33.85% from 257); Max value from RGB is 88 - color contains mainly: green. Hex color #525857 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #525857 is #ADA7A8. Grayscale: #565656. Windows color (decimal): -11380649 or 5724242. OLE color: 5724242.

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

Color convert

RGB 82 88 87 -
CMYK 0.07 0 0.01 0.65
HSL 170º 0.04% 0.33% -
HSV(B) 170º 0.07% 0.35% -
XYZ 8.69 9.46 10.39 -
YUV 86.09 128.51 125.08 -
System Red Green Blue C M Y K H S L
Decimal 82 88 87 0.07 0 0.01 0.65 170 0.04 0.33
Hex 52 58 57 7 0 1 41 AA 4 21
Octal 122 130 127 7 0 1 101 252 4 41
Binary 1010010 1011000 1010111 111 0 1 1000001 10101010 100 100001

Color Harmonies of #525857

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #525857

Black with #525857

Text Example


Text Example

White with #525857

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #525857; }

 p { color: rgb(82,88,87); }

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

background-color css

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

 a { background-color: rgb(82,88,87); }

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

border-color css

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

 span { border-color: rgb(82,88,87); }

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