Html Css Color HEX #535051 Mortar

📋 copy color: '#535051'

red 83 ◦ green 80 ◦ blue 81

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

Shades of Mortar #535051

Tints of Mortar #535051

RGB

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

 GREEN value IS 80 (31.64% from 255) = 32.79%

 BLUE value IS 81 (32.03% from 255) = 33.2%

R = 34.02%
G = 32.79%
B = 33.2%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.02

 K value IS 0.67

RGB Variations

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

Color information

#535051 (or 0x535051) is known color: Mortar. HEX triplet: 53, 50 and 51. RGB value is (83,80,81). Sum of RGB (Red+Green+Blue) = 83+80+81=244 (32% of max value = 765). Red value is 83 (32.81% from 255 or 34.02% from 244); Green value is 80 (31.64% from 255 or 32.79% from 244); Blue value is 81 (32.03% from 255 or 33.20% from 244); Max value from RGB is 83 - color contains mainly: red. Hex color #535051 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #535051 is #ACAFAE. Grayscale: #515151. Windows color (decimal): -11317167 or 5328979. OLE color: 5328979.

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

Color convert

RGB 83 80 81 -
CMYK 0 0.04 0.02 0.67
HSL 340º 0.02% 0.32% -
HSV(B) 340º 0.04% 0.33% -
XYZ 7.92 8.17 8.94 -
YUV 81.01 127.99 129.42 -
System Red Green Blue C M Y K H S L
Decimal 83 80 81 0 0.04 0.02 0.67 340 0.02 0.32
Hex 53 50 51 0 4 2 43 154 2 20
Octal 123 120 121 0 4 2 103 524 2 40
Binary 1010011 1010000 1010001 0 100 10 1000011 101010100 10 100000

Color Harmonies of #535051

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #535051

Black with #535051

Text Example


Text Example

White with #535051

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #535051; }

 p { color: rgb(83,80,81); }

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

background-color css

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

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

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

border-color css

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

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

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