Html Css Color HEX #516264 River Bed

📋 copy color: '#516264'

red 81 ◦ green 98 ◦ blue 100

#516264
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of River Bed #516264

Tints of River Bed #516264

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 value IS 0.19

 M value IS 0.02

 Y value IS 0

 K value IS 0.61

RGB Variations

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

Color information

#516264 (or 0x516264) is known color: 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

RGB 81 98 100 -
CMYK 0.19 0.02 0 0.61
HSL 186.32º 0.1% 0.35% -
HSV(B) 186.32º 0.19% 0.39% -
XYZ 10.06 11.4 13.73 -
YUV 93.15 131.87 119.34 -
System Red Green Blue C M Y K H S L
Decimal 81 98 100 0.19 0.02 0 0.61 186.32 0.1 0.35
Hex 51 62 64 13 2 0 3D BA A 23
Octal 121 142 144 23 2 0 75 272 12 43
Binary 1010001 1100010 1100100 10011 10 0 111101 10111010 1010 100011

Color Harmonies of #516264

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #516264

Black with #516264

Text Example


Text Example

White with #516264

Text Example


Text Example

HTML Codes & Css Web 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>