Html Css Color HEX #525C5A Mako

📋 copy color: '#525C5A'

red 82 ◦ green 92 ◦ blue 90

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

Shades of Mako #525C5A

Tints of Mako #525C5A

RGB

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

 GREEN value IS 92 (36.33% from 255) = 34.85%

 BLUE value IS 90 (35.55% from 255) = 34.09%

R = 31.06%
G = 34.85%
B = 34.09%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.02

 K value IS 0.64

RGB Variations

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

Color information

#525C5A (or 0x525C5A) is known color: Mako. HEX triplet: 52, 5C and 5A. RGB value is (82,92,90). Sum of RGB (Red+Green+Blue) = 82+92+90=264 (34% of max value = 765). Red value is 82 (32.42% from 255 or 31.06% from 264); Green value is 92 (36.33% from 255 or 34.85% from 264); Blue value is 90 (35.55% from 255 or 34.09% from 264); Max value from RGB is 92 - color contains mainly: green. Hex color #525C5A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #525C5A is #ADA3A5. Grayscale: #585858. Windows color (decimal): -11379622 or 5921874. OLE color: 5921874.

HSL color Cylindrical-coordinate representation of color #525C5A: hue angle of 168º degrees, saturation: 0.06, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #525C5A is Cyan = 0.11, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.64.

Color convert

RGB 82 92 90 -
CMYK 0.11 0 0.02 0.64
HSL 168º 0.06% 0.34% -
HSV(B) 168º 0.11% 0.36% -
XYZ 9.15 10.19 11.16 -
YUV 88.78 128.69 123.16 -
System Red Green Blue C M Y K H S L
Decimal 82 92 90 0.11 0 0.02 0.64 168 0.06 0.34
Hex 52 5C 5A B 0 2 40 A8 6 22
Octal 122 134 132 13 0 2 100 250 6 42
Binary 1010010 1011100 1011010 1011 0 10 1000000 10101000 110 100010

Color Harmonies of #525C5A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #525C5A

Black with #525C5A

Text Example


Text Example

White with #525C5A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(82,92,90); }

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

background-color css

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

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

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

border-color css

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

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

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