Html Css Color HEX #516664 River Bed

📋 copy color: '#516664'

red 81 ◦ green 102 ◦ blue 100

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

Shades of River Bed #516664

Tints of River Bed #516664

RGB

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

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

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

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

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.02

 K value IS 0.6

RGB Variations

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

Color information

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

HSL color Cylindrical-coordinate representation of color #516664: hue angle of 174.29º 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 #516664 is Cyan = 0.21, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.6.

Color convert

RGB 81 102 100 -
CMYK 0.21 0 0.02 0.6
HSL 174.29º 0.11% 0.36% -
HSV(B) 174.29º 0.21% 0.4% -
XYZ 10.44 12.17 13.86 -
YUV 95.49 130.54 117.66 -
System Red Green Blue C M Y K H S L
Decimal 81 102 100 0.21 0 0.02 0.6 174.29 0.11 0.36
Hex 51 66 64 15 0 2 3C AE B 24
Octal 121 146 144 25 0 2 74 256 13 44
Binary 1010001 1100110 1100100 10101 0 10 111100 10101110 1011 100100

Color Harmonies of #516664

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #516664

Black with #516664

Text Example


Text Example

White with #516664

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #516664; }

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

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

background-color css

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

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

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

border-color css

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

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

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