Html Css Color HEX #516466 River Bed

📋 copy color: '#516466'

red 81 ◦ green 100 ◦ blue 102

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

Shades of River Bed #516466

Tints of River Bed #516466

RGB

 RED value IS 81 (32.03% from 255) = 28.62%

 GREEN value IS 100 (39.45% from 255) = 35.34%

 BLUE value IS 102 (40.23% from 255) = 36.04%

R = 28.62%
G = 35.34%
B = 36.04%

CMYK

 C value IS 0.21

 M value IS 0.02

 Y value IS 0

 K value IS 0.6

RGB Variations

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

Color information

#516466 (or 0x516466) is known color: River Bed. HEX triplet: 51, 64 and 66. RGB value is (81,100,102). Sum of RGB (Red+Green+Blue) = 81+100+102=283 (37% of max value = 765). Red value is 81 (32.03% from 255 or 28.62% from 283); Green value is 100 (39.45% from 255 or 35.34% from 283); Blue value is 102 (40.23% from 255 or 36.04% from 283); Max value from RGB is 102 - color contains mainly: blue. Hex color #516466 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #516466 is #AE9B99. Grayscale: #5E5E5E. Windows color (decimal): -11443098 or 6710353. OLE color: 6710353.

HSL color Cylindrical-coordinate representation of color #516466: hue angle of 185.71º degrees, saturation: 0.11, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #516466 is Cyan = 0.21, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.6.

Color convert

RGB 81 100 102 -
CMYK 0.21 0.02 0 0.6
HSL 185.71º 0.11% 0.36% -
HSV(B) 185.71º 0.21% 0.4% -
XYZ 10.35 11.82 14.31 -
YUV 94.55 132.21 118.34 -
System Red Green Blue C M Y K H S L
Decimal 81 100 102 0.21 0.02 0 0.6 185.71 0.11 0.36
Hex 51 64 66 15 2 0 3C BA B 24
Octal 121 144 146 25 2 0 74 272 13 44
Binary 1010001 1100100 1100110 10101 10 0 111100 10111010 1011 100100

Color Harmonies of #516466

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #516466

Black with #516466

Text Example


Text Example

White with #516466

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #516466; }

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

 H1.HeaderClassName
 {
   color: #516466;
 }
 .AnyTagClassName
 {
   color: #516466;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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