#516264

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

Shades of River Bed #516264

Tints of River Bed #516264

Color information

#516264 (or 0x516264) is unknown color: approx River Bed. HEX triplet: 51, 62 and 64. RGB value is (81,98,100). Sum of RGB (Red+Green+Blue) = 81+98+100=279 (36% of max value = 765). Red value is 81 (32.03% from 255 or 29.03% from 279); Green value is 98 (38.67% from 255 or 35.13% from 279); Blue value is 100 (39.45% from 255 or 35.84% from 279); Max value from RGB is 100 - color contains mainly: blue. Hex color #516264 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #516264 is #AE9D9B. Grayscale: #5D5D5D. Windows color (decimal): -11443612 or 6578769. OLE color: 6578769.

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

Color convert

RGB8198100-
CMYK0.190.0200.61
HSL186.32º10.5%35.49%-
HSV(B)186.32º19%39.22%-
XYZ10.0611.413.73-
YUV93.14131.87119.34-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 29.03%
GREEN value IS 98 (38.67% from 255) = 35.13%
BLUE value IS 100 (39.45% from 255) = 35.84%
R=29.03%
G=35.13%
B=35.84%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal81981000.190.0200.61186.3210.535.49
Hex51626413203Dbaa23
Octal1211421442320752721243
Binary10100011100010110010010011100111101101110101010100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #516264

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #516264; }

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

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

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

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

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

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

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

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