#525351

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

Shades of Cabbage Pont #525351

Tints of Cabbage Pont #525351

Color information

#525351 (or 0x525351) is unknown color: approx Cabbage Pont. HEX triplet: 52, 53 and 51. RGB value is (82,83,81). Sum of RGB (Red+Green+Blue) = 82+83+81=246 (32% of max value = 765). Red value is 82 (32.42% from 255 or 33.33% from 246); Green value is 83 (32.81% from 255 or 33.74% from 246); Blue value is 81 (32.03% from 255 or 32.93% from 246); Max value from RGB is 83 - color contains mainly: green. Hex color #525351 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #525351 is #ADACAE. Grayscale: #525252. Windows color (decimal): -11381935 or 5329746. OLE color: 5329746.

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

Color convert

RGB828381-
CMYK0.0100.020.67
HSL90º1.22%32.16%-
HSV(B)90º2.41%32.55%-
XYZ8.068.579.01-
YUV82.47127.17127.66-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 33.33%
GREEN value IS 83 (32.81% from 255) = 33.74%
BLUE value IS 81 (32.03% from 255) = 32.93%
R=33.33%
G=33.74%
B=32.93%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal8283810.0100.020.67901.2232.16
Hex525351102435a120
Octal122123121102103132140
Binary1010010101001110100011010100001110110101100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #525351

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #525351; }

 p { color: rgb(82,83,81); }

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

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

 a { background-color: rgb(82,83,81); }

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

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

 span { border-color: rgb(82,83,81); }

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