#536264

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

Shades of River Bed #536264

Tints of River Bed #536264

Color information

#536264 (or 0x536264) is unknown color: approx River Bed. HEX triplet: 53, 62 and 64. RGB value is (83,98,100). Sum of RGB (Red+Green+Blue) = 83+98+100=281 (37% of max value = 765). Red value is 83 (32.81% from 255 or 29.54% from 281); Green value is 98 (38.67% from 255 or 34.88% from 281); Blue value is 100 (39.45% from 255 or 35.59% from 281); Max value from RGB is 100 - color contains mainly: blue. Hex color #536264 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #536264 is #AC9D9B. Grayscale: #5D5D5D. Windows color (decimal): -11312540 or 6578771. OLE color: 6578771.

HSL color Cylindrical-coordinate representation of color #536264: hue angle of 187.06º degrees, saturation: 0.09, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #536264 is Cyan = 0.17, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.61.

Color convert

RGB8398100-
CMYK0.170.0200.61
HSL187.06º9.29%35.88%-
HSV(B)187.06º17%39.22%-
XYZ10.2411.4913.74-
YUV93.74131.53120.34-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 29.54%
GREEN value IS 98 (38.67% from 255) = 34.88%
BLUE value IS 100 (39.45% from 255) = 35.59%
R=29.54%
G=34.88%
B=35.59%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal83981000.170.0200.61187.069.2935.88
Hex53626411203Dbb924
Octal1231421442120752731144
Binary10100111100010110010010001100111101101110111001100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #536264

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #536264; }

 p { color: rgb(83,98,100); }

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

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

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

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

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

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

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