Html Css Color HEX #52434B Liver

📋 copy color: '#52434B'

red 82 ◦ green 67 ◦ blue 75

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

Shades of Liver #52434B

Tints of Liver #52434B

RGB

 RED value IS 82 (32.42% from 255) = 36.61%

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

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

R = 36.61%
G = 29.91%
B = 33.48%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.09

 K value IS 0.68

RGB Variations

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

Color information

#52434B (or 0x52434B) is known color: Liver. HEX triplet: 52, 43 and 4B. RGB value is (82,67,75). Sum of RGB (Red+Green+Blue) = 82+67+75=224 (29% of max value = 765). Red value is 82 (32.42% from 255 or 36.61% from 224); Green value is 67 (26.56% from 255 or 29.91% from 224); Blue value is 75 (29.69% from 255 or 33.48% from 224); Max value from RGB is 82 - color contains mainly: red. Hex color #52434B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #52434B is #ADBCB4. Grayscale: #484848. Windows color (decimal): -11386037 or 4932434. OLE color: 4932434.

HSL color Cylindrical-coordinate representation of color #52434B: hue angle of 328º degrees, saturation: 0.1, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #52434B is Cyan = 0, Magento = 0.18, Yellow = 0.09 and Black (K on CMYK) = 0.68.

Color convert

RGB 82 67 75 -
CMYK 0 0.18 0.09 0.68
HSL 328º 0.1% 0.29% -
HSV(B) 328º 0.18% 0.32% -
XYZ 6.76 6.32 7.52 -
YUV 72.4 129.47 134.85 -
System Red Green Blue C M Y K H S L
Decimal 82 67 75 0 0.18 0.09 0.68 328 0.1 0.29
Hex 52 43 4B 0 12 9 44 148 A 1D
Octal 122 103 113 0 22 11 104 510 12 35
Binary 1010010 1000011 1001011 0 10010 1001 1000100 101001000 1010 11101

Color Harmonies of #52434B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52434B

Black with #52434B

Text Example


Text Example

White with #52434B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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