Html Css Color HEX #516265 River Bed

📋 copy color: '#516265'

red 81 ◦ green 98 ◦ blue 101

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

Shades of River Bed #516265

Tints of River Bed #516265

RGB

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

 GREEN value IS 98 (38.67% from 255) = 35%

 BLUE value IS 101 (39.84% from 255) = 36.07%

R = 28.93%
G = 35%
B = 36.07%

CMYK

 C value IS 0.20

 M value IS 0.03

 Y value IS 0

 K value IS 0.60

RGB Variations

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

Color information

#516265 (or 0x516265) is known color: River Bed. HEX triplet: 51, 62 and 65. RGB value is (81,98,101). Sum of RGB (Red+Green+Blue) = 81+98+101=280 (37% of max value = 765). Red value is 81 (32.03% from 255 or 28.93% from 280); Green value is 98 (38.67% from 255 or 35% from 280); Blue value is 101 (39.84% from 255 or 36.07% from 280); Max value from RGB is 101 - color contains mainly: blue. Hex color #516265 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #516265 is #AE9D9A. Grayscale: #5D5D5D. Windows color (decimal): -11443611 or 6644305. OLE color: 6644305.

HSL color Cylindrical-coordinate representation of color #516265: hue angle of 189º degrees, saturation: 0.11, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #516265 is Cyan = 0.20, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.60.

Color convert

RGB 81 98 101 -
CMYK 0.20 0.03 0 0.60
HSL 189º 0.11% 0.36% -
HSV(B) 189º 0.2% 0.4% -
XYZ 10.11 11.42 13.98 -
YUV 93.26 132.37 119.26 -
System Red Green Blue C M Y K H S L
Decimal 81 98 101 0.20 0.03 0 0.60 189 0.11 0.36
Hex 51 62 65 14 3 0 3C BD B 24
Octal 121 142 145 24 3 0 74 275 13 44
Binary 1010001 1100010 1100101 10100 11 0 111100 10111101 1011 100100

Color Harmonies of #516265

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #516265

Black with #516265

Text Example


Text Example

White with #516265

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #516265; }

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

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

background-color css

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

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

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

border-color css

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

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

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