Html Css Color HEX #53484B Emperor

📋 copy color: '#53484B'

red 83 ◦ green 72 ◦ blue 75

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

Shades of Emperor #53484B

Tints of Emperor #53484B

RGB

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

 GREEN value IS 72 (28.52% from 255) = 31.3%

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

R = 36.09%
G = 31.3%
B = 32.61%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.10

 K value IS 0.67

RGB Variations

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

Color information

#53484B (or 0x53484B) is known color: Emperor. HEX triplet: 53, 48 and 4B. RGB value is (83,72,75). Sum of RGB (Red+Green+Blue) = 83+72+75=230 (30% of max value = 765). Red value is 83 (32.81% from 255 or 36.09% from 230); Green value is 72 (28.52% from 255 or 31.30% from 230); Blue value is 75 (29.69% from 255 or 32.61% from 230); Max value from RGB is 83 - color contains mainly: red. Hex color #53484B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #53484B is #ACB7B4. Grayscale: #4B4B4B. Windows color (decimal): -11319221 or 4933715. OLE color: 4933715.

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

Color convert

RGB 83 72 75 -
CMYK 0 0.13 0.10 0.67
HSL 343.64º 0.07% 0.3% -
HSV(B) 343.64º 0.13% 0.33% -
XYZ 7.15 6.98 7.63 -
YUV 75.63 127.64 133.26 -
System Red Green Blue C M Y K H S L
Decimal 83 72 75 0 0.13 0.10 0.67 343.64 0.07 0.3
Hex 53 48 4B 0 D A 43 158 7 1E
Octal 123 110 113 0 15 12 103 530 7 36
Binary 1010011 1001000 1001011 0 1101 1010 1000011 101011000 111 11110

Color Harmonies of #53484B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #53484B

Black with #53484B

Text Example


Text Example

White with #53484B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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