#53595A

Color #53595A River Bed (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of River Bed #53595A

Tints of River Bed #53595A

Color information

#53595A (or 0x53595A) is unknown color: approx River Bed. HEX triplet: 53, 59 and 5A. RGB value is (83,89,90). Sum of RGB (Red+Green+Blue) = 83+89+90=262 (34% of max value = 765). Red value is 83 (32.81% from 255 or 31.68% from 262); Green value is 89 (35.16% from 255 or 33.97% from 262); Blue value is 90 (35.55% from 255 or 34.35% from 262); Max value from RGB is 90 - color contains mainly: blue. Hex color #53595A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #53595A is #ACA6A5. Grayscale: #575757. Windows color (decimal): -11314854 or 5921107. OLE color: 5921107.

HSL color Cylindrical-coordinate representation of color #53595A: hue angle of 188.57º degrees, saturation: 0.04, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #53595A is Cyan = 0.08, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB838990-
CMYK0.080.0100.65
HSL188.57º4.05%33.92%-
HSV(B)188.57º7.78%35.29%-
XYZ8.999.7211.08-
YUV87.32129.51124.92-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 31.68%
GREEN value IS 89 (35.16% from 255) = 33.97%
BLUE value IS 90 (35.55% from 255) = 34.35%
R=31.68%
G=33.97%
B=34.35%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal8389900.080.0100.65188.574.0533.92
Hex53595A81041bd422
Octal1231311321010101275442
Binary101001110110011011010100010100000110111101100100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #53595A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #53595A; }

 p { color: rgb(83,89,90); }

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

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

 a { background-color: rgb(83,89,90); }

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

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

 span { border-color: rgb(83,89,90); }

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