#52574D

Color #52574D Cabbage Pont (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Cabbage Pont #52574D

Tints of Cabbage Pont #52574D

Color information

#52574D (or 0x52574D) is unknown color: approx 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

RGB828777-
CMYK0.0600.110.66
HSL90º6.1%32.16%-
HSV(B)90º11.49%34.12%-
XYZ8.239.158.35-
YUV84.36123.84126.31-

RGB Variations

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

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.30%
R=33.33%
G=35.37%
B=31.30%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal8287770.0600.110.66906.132.16
Hex52574D60B425a620
Octal1221271156013102132640
Binary1010010101011110011011100101110000101011010110100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #52574D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>