Html Css Color HEX #525353 Mako

📋 copy color: '#525353'

red 82 ◦ green 83 ◦ blue 83

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

Shades of Mako #525353

Tints of Mako #525353

RGB

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

 GREEN value IS 83 (32.81% from 255) = 33.47%

 BLUE value IS 83 (32.81% from 255) = 33.47%

R = 33.06%
G = 33.47%
B = 33.47%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#525353 (or 0x525353) is known color: Mako. HEX triplet: 52, 53 and 53. RGB value is (82,83,83). Sum of RGB (Red+Green+Blue) = 82+83+83=248 (32% of max value = 765). Red value is 82 (32.42% from 255 or 33.06% from 248); Green value is 83 (32.81% from 255 or 33.47% from 248); Blue value is 83 (32.81% from 255 or 33.47% from 248); Max value from RGB is 83 - color contains mainly: green, blue. Hex color #525353 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #525353 is #ADACAC. Grayscale: #525252. Windows color (decimal): -11381933 or 5460818. OLE color: 5460818.

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

Color convert

RGB 82 83 83 -
CMYK 0.01 0 0 0.67
HSL 180º 0.01% 0.32% -
HSV(B) 180º 0.01% 0.33% -
XYZ 8.13 8.6 9.42 -
YUV 82.7 128.17 127.5 -
System Red Green Blue C M Y K H S L
Decimal 82 83 83 0.01 0 0 0.67 180 0.01 0.32
Hex 52 53 53 1 0 0 43 B4 1 20
Octal 122 123 123 1 0 0 103 264 1 40
Binary 1010010 1010011 1010011 1 0 0 1000011 10110100 1 100000

Color Harmonies of #525353

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #525353

Black with #525353

Text Example


Text Example

White with #525353

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #525353; }

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

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

background-color css

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

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

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

border-color css

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

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

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