Html Css Color HEX #53494B Emperor

📋 copy color: '#53494B'

red 83 ◦ green 73 ◦ blue 75

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

Shades of Emperor #53494B

Tints of Emperor #53494B

RGB

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

 GREEN value IS 73 (28.91% from 255) = 31.6%

 BLUE value IS 75 (29.69% from 255) = 32.47%

R = 35.93%
G = 31.6%
B = 32.47%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.10

 K value IS 0.67

RGB Variations

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

Color information

#53494B (or 0x53494B) is known color: Emperor. HEX triplet: 53, 49 and 4B. RGB value is (83,73,75). Sum of RGB (Red+Green+Blue) = 83+73+75=231 (30% of max value = 765). Red value is 83 (32.81% from 255 or 35.93% from 231); Green value is 73 (28.91% from 255 or 31.60% from 231); Blue value is 75 (29.69% from 255 or 32.47% from 231); Max value from RGB is 83 - color contains mainly: red. Hex color #53494B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #53494B is #ACB6B4. Grayscale: #4C4C4C. Windows color (decimal): -11318965 or 4933971. OLE color: 4933971.

HSL color Cylindrical-coordinate representation of color #53494B: hue angle of 348º degrees, saturation: 0.06, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #53494B is Cyan = 0, Magento = 0.12, Yellow = 0.10 and Black (K on CMYK) = 0.67.

Color convert

RGB 83 73 75 -
CMYK 0 0.12 0.10 0.67
HSL 348º 0.06% 0.31% -
HSV(B) 348º 0.12% 0.33% -
XYZ 7.22 7.11 7.65 -
YUV 76.22 127.31 132.84 -
System Red Green Blue C M Y K H S L
Decimal 83 73 75 0 0.12 0.10 0.67 348 0.06 0.31
Hex 53 49 4B 0 C A 43 15C 6 1F
Octal 123 111 113 0 14 12 103 534 6 37
Binary 1010011 1001001 1001011 0 1100 1010 1000011 101011100 110 11111

Color Harmonies of #53494B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #53494B

Black with #53494B

Text Example


Text Example

White with #53494B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #53494B; }

 p { color: rgb(83,73,75); }

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

background-color css

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

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

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

border-color css

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

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

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