Html Css Color HEX #516062 River Bed

📋 copy color: '#516062'

red 81 ◦ green 96 ◦ blue 98

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

Shades of River Bed #516062

Tints of River Bed #516062

RGB

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

 GREEN value IS 96 (37.89% from 255) = 34.91%

 BLUE value IS 98 (38.67% from 255) = 35.64%

R = 29.45%
G = 34.91%
B = 35.64%

CMYK

 C value IS 0.17

 M value IS 0.02

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#516062 (or 0x516062) is known color: River Bed. HEX triplet: 51, 60 and 62. RGB value is (81,96,98). Sum of RGB (Red+Green+Blue) = 81+96+98=275 (36% of max value = 765). Red value is 81 (32.03% from 255 or 29.45% from 275); Green value is 96 (37.89% from 255 or 34.91% from 275); Blue value is 98 (38.67% from 255 or 35.64% from 275); Max value from RGB is 98 - color contains mainly: blue. Hex color #516062 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #516062 is #AE9F9D. Grayscale: #5B5B5B. Windows color (decimal): -11444126 or 6447185. OLE color: 6447185.

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

Color convert

RGB 81 96 98 -
CMYK 0.17 0.02 0 0.62
HSL 187.06º 0.09% 0.35% -
HSV(B) 187.06º 0.17% 0.38% -
XYZ 9.78 11 13.16 -
YUV 91.74 131.53 120.34 -
System Red Green Blue C M Y K H S L
Decimal 81 96 98 0.17 0.02 0 0.62 187.06 0.09 0.35
Hex 51 60 62 11 2 0 3E BB 9 23
Octal 121 140 142 21 2 0 76 273 11 43
Binary 1010001 1100000 1100010 10001 10 0 111110 10111011 1001 100011

Color Harmonies of #516062

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #516062

Black with #516062

Text Example


Text Example

White with #516062

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #516062; }

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

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

background-color css

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

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

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

border-color css

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

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

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