Html Css Color HEX #52574D Cabbage Pont

📋 copy color: '#52574D'

red 82 ◦ green 87 ◦ blue 77

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

Shades of Cabbage Pont #52574D

Tints of Cabbage Pont #52574D

RGB

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

 GREEN value IS 87 (34.38% from 255) = 35.37%

 BLUE value IS 77 (30.47% from 255) = 31.3%

R = 33.33%
G = 35.37%
B = 31.3%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.11

 K value IS 0.66

RGB Variations

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

Color information

#52574D (or 0x52574D) is known color: Cabbage Pont. HEX triplet: 52, 57 and 4D. RGB value is (82,87,77). Sum of RGB (Red+Green+Blue) = 82+87+77=246 (32% of max value = 765). Red value is 82 (32.42% from 255 or 33.33% from 246); Green value is 87 (34.38% from 255 or 35.37% from 246); Blue value is 77 (30.47% from 255 or 31.30% from 246); Max value from RGB is 87 - color contains mainly: green. Hex color #52574D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #52574D is #ADA8B2. Grayscale: #545454. Windows color (decimal): -11380915 or 5068626. OLE color: 5068626.

HSL color Cylindrical-coordinate representation of color #52574D: hue angle of 90º degrees, saturation: 0.06, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #52574D is Cyan = 0.06, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.66.

Color convert

RGB 82 87 77 -
CMYK 0.06 0 0.11 0.66
HSL 90º 0.06% 0.32% -
HSV(B) 90º 0.11% 0.34% -
XYZ 8.23 9.15 8.35 -
YUV 84.37 123.84 126.31 -
System Red Green Blue C M Y K H S L
Decimal 82 87 77 0.06 0 0.11 0.66 90 0.06 0.32
Hex 52 57 4D 6 0 B 42 5A 6 20
Octal 122 127 115 6 0 13 102 132 6 40
Binary 1010010 1010111 1001101 110 0 1011 1000010 1011010 110 100000

Color Harmonies of #52574D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52574D

Black with #52574D

Text Example


Text Example

White with #52574D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #52574D; }

 p { color: rgb(82,87,77); }

 H1.HeaderClassName
 {
   color: #52574D;
 }
 .AnyTagClassName
 {
   color: #52574D;
 }
</style>

background-color css

<style>
 a { background-color: #52574D; }

 a { background-color: rgb(82,87,77); }

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

border-color css

<style>
 span { border-color: #52574D; }

 span { border-color: rgb(82,87,77); }

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