Html Css Color HEX #53504B Masala

📋 copy color: '#53504B'

red 83 ◦ green 80 ◦ blue 75

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

Shades of Masala #53504B

Tints of Masala #53504B

RGB

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

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

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

R = 34.87%
G = 33.61%
B = 31.51%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.10

 K value IS 0.67

RGB Variations

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

Color information

#53504B (or 0x53504B) is known color: Masala. HEX triplet: 53, 50 and 4B. RGB value is (83,80,75). Sum of RGB (Red+Green+Blue) = 83+80+75=238 (31% of max value = 765). Red value is 83 (32.81% from 255 or 34.87% from 238); Green value is 80 (31.64% from 255 or 33.61% from 238); Blue value is 75 (29.69% from 255 or 31.51% from 238); Max value from RGB is 83 - color contains mainly: red. Hex color #53504B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #53504B is #ACAFB4. Grayscale: #505050. Windows color (decimal): -11317173 or 4935763. OLE color: 4935763.

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

Color convert

RGB 83 80 75 -
CMYK 0 0.04 0.10 0.67
HSL 37.5º 0.05% 0.31% -
HSV(B) 37.5º 0.1% 0.33% -
XYZ 7.71 8.08 7.81 -
YUV 80.33 124.99 129.91 -
System Red Green Blue C M Y K H S L
Decimal 83 80 75 0 0.04 0.10 0.67 37.5 0.05 0.31
Hex 53 50 4B 0 4 A 43 26 5 1F
Octal 123 120 113 0 4 12 103 46 5 37
Binary 1010011 1010000 1001011 0 100 1010 1000011 100110 101 11111

Color Harmonies of #53504B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #53504B

Black with #53504B

Text Example


Text Example

White with #53504B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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