#536867

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

Shades of River Bed #536867

Tints of River Bed #536867

Color information

#536867 (or 0x536867) is unknown color: approx River Bed. HEX triplet: 53, 68 and 67. RGB value is (83,104,103). Sum of RGB (Red+Green+Blue) = 83+104+103=290 (38% of max value = 765). Red value is 83 (32.81% from 255 or 28.62% from 290); Green value is 104 (41.02% from 255 or 35.86% from 290); Blue value is 103 (40.62% from 255 or 35.52% from 290); Max value from RGB is 104 - color contains mainly: green. Hex color #536867 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #536867 is #AC9798. Grayscale: #616161. Windows color (decimal): -11311001 or 6776915. OLE color: 6776915.

HSL color Cylindrical-coordinate representation of color #536867: hue angle of 177.14º 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 #536867 is Cyan = 0.20, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.59.

Color convert

RGB83104103-
CMYK0.2000.010.59
HSL177.14º11.23%36.67%-
HSV(B)177.14º20.19%40.78%-
XYZ10.9712.7214.71-
YUV97.61131.04117.58-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 28.62%
GREEN value IS 104 (41.02% from 255) = 35.86%
BLUE value IS 103 (40.62% from 255) = 35.52%
R=28.62%
G=35.86%
B=35.52%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal831041030.2000.010.59177.1411.2336.67
Hex53686714013Bb1b25
Octal1231501472401732611345
Binary1010011110100011001111010001111011101100011011100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #536867

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #536867; }

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

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

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

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

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

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

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

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