#535E61

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

Shades of River Bed #535E61

Tints of River Bed #535E61

Color information

#535E61 (or 0x535E61) is unknown color: approx River Bed. HEX triplet: 53, 5E and 61. RGB value is (83,94,97). Sum of RGB (Red+Green+Blue) = 83+94+97=274 (36% of max value = 765). Red value is 83 (32.81% from 255 or 30.29% from 274); Green value is 94 (37.11% from 255 or 34.31% from 274); Blue value is 97 (38.28% from 255 or 35.40% from 274); Max value from RGB is 97 - color contains mainly: blue. Hex color #535E61 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #535E61 is #ACA19E. Grayscale: #5B5B5B. Windows color (decimal): -11313567 or 6381139. OLE color: 6381139.

HSL color Cylindrical-coordinate representation of color #535E61: hue angle of 192.86º degrees, saturation: 0.08, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #535E61 is Cyan = 0.14, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB839497-
CMYK0.140.0300.62
HSL192.86º7.78%35.29%-
HSV(B)192.86º14.43%38.04%-
XYZ9.7310.7112.86-
YUV91.05131.36122.26-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 30.29%
GREEN value IS 94 (37.11% from 255) = 34.31%
BLUE value IS 97 (38.28% from 255) = 35.40%
R=30.29%
G=34.31%
B=35.40%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal8394970.140.0300.62192.867.7835.29
Hex535E61E303Ec1823
Octal1231361411630763011043
Binary1010011101111011000011110110111110110000011000100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #535E61

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #535E61; }

 p { color: rgb(83,94,97); }

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

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

 a { background-color: rgb(83,94,97); }

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

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

 span { border-color: rgb(83,94,97); }

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