Html Css Color HEX #53434B Liver

📋 copy color: '#53434B'

red 83 ◦ green 67 ◦ blue 75

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

Shades of Liver #53434B

Tints of Liver #53434B

RGB

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

 GREEN value IS 67 (26.56% from 255) = 29.78%

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

R = 36.89%
G = 29.78%
B = 33.33%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.10

 K value IS 0.67

RGB Variations

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

Color information

#53434B (or 0x53434B) is known color: Liver. HEX triplet: 53, 43 and 4B. RGB value is (83,67,75). Sum of RGB (Red+Green+Blue) = 83+67+75=225 (29% of max value = 765). Red value is 83 (32.81% from 255 or 36.89% from 225); Green value is 67 (26.56% from 255 or 29.78% from 225); Blue value is 75 (29.69% from 255 or 33.33% from 225); Max value from RGB is 83 - color contains mainly: red. Hex color #53434B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #53434B is #ACBCB4. Grayscale: #484848. Windows color (decimal): -11320501 or 4932435. OLE color: 4932435.

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

Color convert

RGB 83 67 75 -
CMYK 0 0.19 0.10 0.67
HSL 330º 0.11% 0.29% -
HSV(B) 330º 0.19% 0.33% -
XYZ 6.84 6.36 7.52 -
YUV 72.7 129.3 135.35 -
System Red Green Blue C M Y K H S L
Decimal 83 67 75 0 0.19 0.10 0.67 330 0.11 0.29
Hex 53 43 4B 0 13 A 43 14A B 1D
Octal 123 103 113 0 23 12 103 512 13 35
Binary 1010011 1000011 1001011 0 10011 1010 1000011 101001010 1011 11101

Color Harmonies of #53434B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #53434B

Black with #53434B

Text Example


Text Example

White with #53434B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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