#52534E

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

Shades of Gravel #52534E

Tints of Gravel #52534E

Color information

#52534E (or 0x52534E) is unknown color: approx Gravel. HEX triplet: 52, 53 and 4E. RGB value is (82,83,78). Sum of RGB (Red+Green+Blue) = 82+83+78=243 (32% of max value = 765). Red value is 82 (32.42% from 255 or 33.74% from 243); Green value is 83 (32.81% from 255 or 34.16% from 243); Blue value is 78 (30.86% from 255 or 32.10% from 243); Max value from RGB is 83 - color contains mainly: green. Hex color #52534E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #52534E is #ADACB1. Grayscale: #525252. Windows color (decimal): -11381938 or 5133138. OLE color: 5133138.

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

Color convert

RGB828378-
CMYK0.0100.060.67
HSL72º3.11%31.57%-
HSV(B)72º6.02%32.55%-
XYZ7.958.538.44-
YUV82.13125.67127.91-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 33.74%
GREEN value IS 83 (32.81% from 255) = 34.16%
BLUE value IS 78 (30.86% from 255) = 32.10%
R=33.74%
G=34.16%
B=32.10%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal8283780.0100.060.67723.1131.57
Hex52534E1064348320
Octal122123116106103110340
Binary101001010100111001110101101000011100100011100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #52534E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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