#52554E

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

Shades of Cabbage Pont #52554E

Tints of Cabbage Pont #52554E

Color information

#52554E (or 0x52554E) is unknown color: approx Cabbage Pont. HEX triplet: 52, 55 and 4E. RGB value is (82,85,78). Sum of RGB (Red+Green+Blue) = 82+85+78=245 (32% of max value = 765). Red value is 82 (32.42% from 255 or 33.47% from 245); Green value is 85 (33.59% from 255 or 34.69% from 245); Blue value is 78 (30.86% from 255 or 31.84% from 245); Max value from RGB is 85 - color contains mainly: green. Hex color #52554E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #52554E is #ADAAB1. Grayscale: #535353. Windows color (decimal): -11381426 or 5133650. OLE color: 5133650.

HSL color Cylindrical-coordinate representation of color #52554E: hue angle of 85.71º degrees, saturation: 0.04, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #52554E is Cyan = 0.04, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.67.

Color convert

RGB828578-
CMYK0.0400.080.67
HSL85.71º4.29%31.96%-
HSV(B)85.71º8.24%33.33%-
XYZ8.18.848.49-
YUV83.3125.01127.07-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 33.47%
GREEN value IS 85 (33.59% from 255) = 34.69%
BLUE value IS 78 (30.86% from 255) = 31.84%
R=33.47%
G=34.69%
B=31.84%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal8285780.0400.080.6785.714.2931.96
Hex52554E4084356420
Octal1221251164010103126440
Binary1010010101010110011101000100010000111010110100100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #52554E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #52554E; }

 p { color: rgb(82,85,78); }

 H1.HeaderClassName
 {
   color: #52554E;
 }
 .AnyTagClassName
 {
   color: #52554E;
 }
</style>
background-color css

<style>
 a { background-color: #52554E; }

 a { background-color: rgb(82,85,78); }

 div.DivClassName
 {
   background-color: #52554E;
 }
 .BgClassName
 {
   background-color: #52554E;
 }
</style>
border-color css

<style>
 span { border-color: #52554E; }

 span { border-color: rgb(82,85,78); }

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