#53554B

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

Shades of Gravel #53554B

Tints of Gravel #53554B

Color information

#53554B (or 0x53554B) is unknown color: approx Gravel. HEX triplet: 53, 55 and 4B. RGB value is (83,85,75). Sum of RGB (Red+Green+Blue) = 83+85+75=243 (32% of max value = 765). Red value is 83 (32.81% from 255 or 34.16% from 243); Green value is 85 (33.59% from 255 or 34.98% from 243); Blue value is 75 (29.69% from 255 or 30.86% from 243); Max value from RGB is 85 - color contains mainly: green. Hex color #53554B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #53554B is #ACAAB4. Grayscale: #535353. Windows color (decimal): -11315893 or 4937043. OLE color: 4937043.

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

Color convert

RGB838575-
CMYK0.0200.120.67
HSL72º6.25%31.37%-
HSV(B)72º11.76%33.33%-
XYZ8.098.847.94-
YUV83.26123.34127.81-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 34.16%
GREEN value IS 85 (33.59% from 255) = 34.98%
BLUE value IS 75 (29.69% from 255) = 30.86%
R=34.16%
G=34.98%
B=30.86%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal8385750.0200.120.67726.2531.37
Hex53554B20C434861f
Octal1231251132014103110637
Binary10100111010101100101110011001000011100100011011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #53554B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #53554B; }

 p { color: rgb(83,85,75); }

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

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

 a { background-color: rgb(83,85,75); }

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

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

 span { border-color: rgb(83,85,75); }

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