Html Css Color HEX #515E60 River Bed

📋 copy color: '#515E60'

red 81 ◦ green 94 ◦ blue 96

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

Shades of River Bed #515E60

Tints of River Bed #515E60

RGB

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

 GREEN value IS 94 (37.11% from 255) = 34.69%

 BLUE value IS 96 (37.89% from 255) = 35.42%

R = 29.89%
G = 34.69%
B = 35.42%

CMYK

 C value IS 0.16

 M value IS 0.02

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#515E60 (or 0x515E60) is known color: River Bed. HEX triplet: 51, 5E and 60. RGB value is (81,94,96). Sum of RGB (Red+Green+Blue) = 81+94+96=271 (35% of max value = 765). Red value is 81 (32.03% from 255 or 29.89% from 271); Green value is 94 (37.11% from 255 or 34.69% from 271); Blue value is 96 (37.89% from 255 or 35.42% from 271); Max value from RGB is 96 - color contains mainly: blue. Hex color #515E60 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #515E60 is #AEA19F. Grayscale: #5A5A5A. Windows color (decimal): -11444640 or 6315601. OLE color: 6315601.

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

Color convert

RGB 81 94 96 -
CMYK 0.16 0.02 0 0.62
HSL 188º 0.08% 0.35% -
HSV(B) 188º 0.16% 0.38% -
XYZ 9.51 10.6 12.61 -
YUV 90.34 131.19 121.34 -
System Red Green Blue C M Y K H S L
Decimal 81 94 96 0.16 0.02 0 0.62 188 0.08 0.35
Hex 51 5E 60 10 2 0 3E BC 8 23
Octal 121 136 140 20 2 0 76 274 10 43
Binary 1010001 1011110 1100000 10000 10 0 111110 10111100 1000 100011

Color Harmonies of #515E60

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #515E60

Black with #515E60

Text Example


Text Example

White with #515E60

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #515E60; }

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

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

background-color css

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

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

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

border-color css

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

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

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