Html Css Color HEX #525F5D Mako

📋 copy color: '#525F5D'

red 82 ◦ green 95 ◦ blue 93

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

Shades of Mako #525F5D

Tints of Mako #525F5D

RGB

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

 GREEN value IS 95 (37.5% from 255) = 35.19%

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

R = 30.37%
G = 35.19%
B = 34.44%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.02

 K value IS 0.63

RGB Variations

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

Color information

#525F5D (or 0x525F5D) is known color: Mako. HEX triplet: 52, 5F and 5D. RGB value is (82,95,93). Sum of RGB (Red+Green+Blue) = 82+95+93=270 (35% of max value = 765). Red value is 82 (32.42% from 255 or 30.37% from 270); Green value is 95 (37.5% from 255 or 35.19% from 270); Blue value is 93 (36.72% from 255 or 34.44% from 270); Max value from RGB is 95 - color contains mainly: green. Hex color #525F5D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #525F5D is #ADA0A2. Grayscale: #5A5A5A. Windows color (decimal): -11378851 or 6119250. OLE color: 6119250.

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

Color convert

RGB 82 95 93 -
CMYK 0.14 0 0.02 0.63
HSL 170.77º 0.07% 0.35% -
HSV(B) 170.77º 0.14% 0.37% -
XYZ 9.55 10.77 11.93 -
YUV 90.89 129.19 121.66 -
System Red Green Blue C M Y K H S L
Decimal 82 95 93 0.14 0 0.02 0.63 170.77 0.07 0.35
Hex 52 5F 5D E 0 2 3F AB 7 23
Octal 122 137 135 16 0 2 77 253 7 43
Binary 1010010 1011111 1011101 1110 0 10 111111 10101011 111 100011

Color Harmonies of #525F5D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #525F5D

Black with #525F5D

Text Example


Text Example

White with #525F5D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #525F5D; }

 p { color: rgb(82,95,93); }

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

background-color css

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

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

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

border-color css

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

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

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