#52584C

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

Shades of Cabbage Pont #52584C

Tints of Cabbage Pont #52584C

Color information

#52584C (or 0x52584C) is unknown color: approx Cabbage Pont. HEX triplet: 52, 58 and 4C. RGB value is (82,88,76). Sum of RGB (Red+Green+Blue) = 82+88+76=246 (32% of max value = 765). Red value is 82 (32.42% from 255 or 33.33% from 246); Green value is 88 (34.77% from 255 or 35.77% from 246); Blue value is 76 (30.08% from 255 or 30.89% from 246); Max value from RGB is 88 - color contains mainly: green. Hex color #52584C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #52584C is #ADA7B3. Grayscale: #545454. Windows color (decimal): -11380660 or 5003346. OLE color: 5003346.

HSL color Cylindrical-coordinate representation of color #52584C: hue angle of 90º degrees, saturation: 0.07, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #52584C is Cyan = 0.07, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.65.

Color convert

RGB828876-
CMYK0.0700.140.65
HSL90º7.32%32.16%-
HSV(B)90º13.64%34.51%-
XYZ8.279.38.2-
YUV84.84123.01125.98-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 33.33%
GREEN value IS 88 (34.77% from 255) = 35.77%
BLUE value IS 76 (30.08% from 255) = 30.89%
R=33.33%
G=35.77%
B=30.89%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal8288760.0700.140.65907.3232.16
Hex52584C70E415a720
Octal1221301147016101132740
Binary1010010101100010011001110111010000011011010111100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #52584C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #52584C; }

 p { color: rgb(82,88,76); }

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

<style>
 a { background-color: #52584C; }

 a { background-color: rgb(82,88,76); }

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

<style>
 span { border-color: #52584C; }

 span { border-color: rgb(82,88,76); }

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