#536565

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

Shades of River Bed #536565

Tints of River Bed #536565

Color information

#536565 (or 0x536565) is unknown color: approx River Bed. HEX triplet: 53, 65 and 65. RGB value is (83,101,101). Sum of RGB (Red+Green+Blue) = 83+101+101=285 (37% of max value = 765). Red value is 83 (32.81% from 255 or 29.12% from 285); Green value is 101 (39.84% from 255 or 35.44% from 285); Blue value is 101 (39.84% from 255 or 35.44% from 285); Max value from RGB is 101 - color contains mainly: green, blue. Hex color #536565 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #536565 is #AC9A9A. Grayscale: #5F5F5F. Windows color (decimal): -11311771 or 6645075. OLE color: 6645075.

HSL color Cylindrical-coordinate representation of color #536565: hue angle of 180º degrees, saturation: 0.1, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #536565 is Cyan = 0.18, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.60.

Color convert

RGB83101101-
CMYK0.18000.60
HSL180º9.78%36.08%-
HSV(B)180º17.82%39.61%-
XYZ10.5712.0914.09-
YUV95.62131.04119-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 29.12%
GREEN value IS 101 (39.84% from 255) = 35.44%
BLUE value IS 101 (39.84% from 255) = 35.44%
R=29.12%
G=35.44%
B=35.44%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal831011010.18000.601809.7836.08
Hex53656512003Cb4a24
Octal1231451452200742641244
Binary1010011110010111001011001000111100101101001010100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #536565

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #536565; }

 p { color: rgb(83,101,101); }

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

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

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

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

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

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

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