#535859

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

Shades of River Bed #535859

Tints of River Bed #535859

Color information

#535859 (or 0x535859) is unknown color: approx River Bed. HEX triplet: 53, 58 and 59. RGB value is (83,88,89). Sum of RGB (Red+Green+Blue) = 83+88+89=260 (34% of max value = 765). Red value is 83 (32.81% from 255 or 31.92% from 260); Green value is 88 (34.77% from 255 or 33.85% from 260); Blue value is 89 (35.16% from 255 or 34.23% from 260); Max value from RGB is 89 - color contains mainly: blue. Hex color #535859 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #535859 is #ACA7A6. Grayscale: #565656. Windows color (decimal): -11315111 or 5855315. OLE color: 5855315.

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

Color convert

RGB838889-
CMYK0.070.0100.65
HSL190º3.49%33.73%-
HSV(B)190º6.74%34.9%-
XYZ8.869.5410.83-
YUV86.62129.34125.42-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 31.92%
GREEN value IS 88 (34.77% from 255) = 33.85%
BLUE value IS 89 (35.16% from 255) = 34.23%
R=31.92%
G=33.85%
B=34.23%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal8388890.070.0100.651903.4933.73
Hex53585971041be322
Octal123130131710101276342
Binary1010011101100010110011111010000011011111011100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #535859

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #535859; }

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

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

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

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

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

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

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

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