Html Css Color HEX #525858 Mako

📋 copy color: '#525858'

red 82 ◦ green 88 ◦ blue 88

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

Shades of Mako #525858

Tints of Mako #525858

RGB

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

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

 BLUE value IS 88 (34.77% from 255) = 34.11%

R = 31.78%
G = 34.11%
B = 34.11%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#525858 (or 0x525858) is known color: Mako. HEX triplet: 52, 58 and 58. RGB value is (82,88,88). Sum of RGB (Red+Green+Blue) = 82+88+88=258 (34% of max value = 765). Red value is 82 (32.42% from 255 or 31.78% from 258); Green value is 88 (34.77% from 255 or 34.11% from 258); Blue value is 88 (34.77% from 255 or 34.11% from 258); Max value from RGB is 88 - color contains mainly: green, blue. Hex color #525858 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #525858 is #ADA7A7. Grayscale: #565656. Windows color (decimal): -11380648 or 5789778. OLE color: 5789778.

HSL color Cylindrical-coordinate representation of color #525858: hue angle of 180º 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 #525858 is Cyan = 0.07, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB 82 88 88 -
CMYK 0.07 0 0 0.65
HSL 180º 0.04% 0.33% -
HSV(B) 180º 0.07% 0.35% -
XYZ 8.73 9.48 10.6 -
YUV 86.21 129.01 125 -
System Red Green Blue C M Y K H S L
Decimal 82 88 88 0.07 0 0 0.65 180 0.04 0.33
Hex 52 58 58 7 0 0 41 B4 4 21
Octal 122 130 130 7 0 0 101 264 4 41
Binary 1010010 1011000 1011000 111 0 0 1000001 10110100 100 100001

Color Harmonies of #525858

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #525858

Black with #525858

Text Example


Text Example

White with #525858

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #525858; }

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

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

background-color css

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

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

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

border-color css

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

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

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