Html Css Color HEX #525555 Mako

📋 copy color: '#525555'

red 82 ◦ green 85 ◦ blue 85

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

Shades of Mako #525555

Tints of Mako #525555

RGB

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

 GREEN value IS 85 (33.59% from 255) = 33.73%

 BLUE value IS 85 (33.59% from 255) = 33.73%

R = 32.54%
G = 33.73%
B = 33.73%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#525555 (or 0x525555) is known color: Mako. HEX triplet: 52, 55 and 55. RGB value is (82,85,85). Sum of RGB (Red+Green+Blue) = 82+85+85=252 (33% of max value = 765). Red value is 82 (32.42% from 255 or 32.54% from 252); Green value is 85 (33.59% from 255 or 33.73% from 252); Blue value is 85 (33.59% from 255 or 33.73% from 252); Max value from RGB is 85 - color contains mainly: green, blue. Hex color #525555 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #525555 is #ADAAAA. Grayscale: #545454. Windows color (decimal): -11381419 or 5592402. OLE color: 5592402.

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

Color convert

RGB 82 85 85 -
CMYK 0.04 0 0 0.67
HSL 180º 0.02% 0.33% -
HSV(B) 180º 0.04% 0.33% -
XYZ 8.37 8.95 9.88 -
YUV 84.1 128.51 126.5 -
System Red Green Blue C M Y K H S L
Decimal 82 85 85 0.04 0 0 0.67 180 0.02 0.33
Hex 52 55 55 4 0 0 43 B4 2 21
Octal 122 125 125 4 0 0 103 264 2 41
Binary 1010010 1010101 1010101 100 0 0 1000011 10110100 10 100001

Color Harmonies of #525555

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #525555

Black with #525555

Text Example


Text Example

White with #525555

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #525555; }

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

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

background-color css

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

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

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

border-color css

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

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

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