Html Css Color HEX #535555 Mako

📋 copy color: '#535555'

red 83 ◦ green 85 ◦ blue 85

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

Shades of Mako #535555

Tints of Mako #535555

RGB

 RED value IS 83 (32.81% from 255) = 32.81%

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

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

R = 32.81%
G = 33.6%
B = 33.6%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#535555 (or 0x535555) is known color: Mako. HEX triplet: 53, 55 and 55. RGB value is (83,85,85). Sum of RGB (Red+Green+Blue) = 83+85+85=253 (33% of max value = 765). Red value is 83 (32.81% from 255 or 32.81% from 253); Green value is 85 (33.59% from 255 or 33.60% from 253); Blue value is 85 (33.59% from 255 or 33.60% from 253); Max value from RGB is 85 - color contains mainly: green, blue. Hex color #535555 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #535555 is #ACAAAA. Grayscale: #545454. Windows color (decimal): -11315883 or 5592403. OLE color: 5592403.

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

Color convert

RGB 83 85 85 -
CMYK 0.02 0 0 0.67
HSL 180º 0.01% 0.33% -
HSV(B) 180º 0.02% 0.33% -
XYZ 8.46 8.99 9.88 -
YUV 84.4 128.34 127 -
System Red Green Blue C M Y K H S L
Decimal 83 85 85 0.02 0 0 0.67 180 0.01 0.33
Hex 53 55 55 2 0 0 43 B4 1 21
Octal 123 125 125 2 0 0 103 264 1 41
Binary 1010011 1010101 1010101 10 0 0 1000011 10110100 1 100001

Color Harmonies of #535555

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #535555

Black with #535555

Text Example


Text Example

White with #535555

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #535555; }

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

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

background-color css

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

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

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

border-color css

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

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

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