#536868

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

Shades of River Bed #536868

Tints of River Bed #536868

Color information

#536868 (or 0x536868) is unknown color: approx River Bed. HEX triplet: 53, 68 and 68. RGB value is (83,104,104). Sum of RGB (Red+Green+Blue) = 83+104+104=291 (38% of max value = 765). Red value is 83 (32.81% from 255 or 28.52% from 291); Green value is 104 (41.02% from 255 or 35.74% from 291); Blue value is 104 (41.02% from 255 or 35.74% from 291); Max value from RGB is 104 - color contains mainly: green, blue. Hex color #536868 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #536868 is #AC9797. Grayscale: #616161. Windows color (decimal): -11311000 or 6842451. OLE color: 6842451.

HSL color Cylindrical-coordinate representation of color #536868: hue angle of 180º degrees, saturation: 0.11, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #536868 is Cyan = 0.20, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB83104104-
CMYK0.20000.59
HSL180º11.23%36.67%-
HSV(B)180º20.19%40.78%-
XYZ11.0212.7414.97-
YUV97.72131.54117.5-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 28.52%
GREEN value IS 104 (41.02% from 255) = 35.74%
BLUE value IS 104 (41.02% from 255) = 35.74%
R=28.52%
G=35.74%
B=35.74%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal831041040.20000.5918011.2336.67
Hex53686814003Bb4b25
Octal1231501502400732641345
Binary1010011110100011010001010000111011101101001011100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #536868

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #536868; }

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

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

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

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

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

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

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

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