#52554F

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

Shades of Cabbage Pont #52554F

Tints of Cabbage Pont #52554F

Color information

#52554F (or 0x52554F) is unknown color: approx Cabbage Pont. HEX triplet: 52, 55 and 4F. RGB value is (82,85,79). Sum of RGB (Red+Green+Blue) = 82+85+79=246 (32% of max value = 765). Red value is 82 (32.42% from 255 or 33.33% from 246); Green value is 85 (33.59% from 255 or 34.55% from 246); Blue value is 79 (31.25% from 255 or 32.11% from 246); Max value from RGB is 85 - color contains mainly: green. Hex color #52554F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #52554F is #ADAAB0. Grayscale: #535353. Windows color (decimal): -11381425 or 5199186. OLE color: 5199186.

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

Color convert

RGB828579-
CMYK0.0400.070.67
HSL90º3.66%32.16%-
HSV(B)90º7.06%33.33%-
XYZ8.148.868.68-
YUV83.42125.51126.99-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 33.33%
GREEN value IS 85 (33.59% from 255) = 34.55%
BLUE value IS 79 (31.25% from 255) = 32.11%
R=33.33%
G=34.55%
B=32.11%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal8285790.0400.070.67903.6632.16
Hex52554F407435a420
Octal122125117407103132440
Binary101001010101011001111100011110000111011010100100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #52554F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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