#515D60

Color #515D60 River Bed (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of River Bed #515D60

Tints of River Bed #515D60

Color information

#515D60 (or 0x515D60) is unknown color: approx River Bed. HEX triplet: 51, 5D and 60. RGB value is (81,93,96). Sum of RGB (Red+Green+Blue) = 81+93+96=270 (35% of max value = 765). Red value is 81 (32.03% from 255 or 30% from 270); Green value is 93 (36.72% from 255 or 34.44% from 270); Blue value is 96 (37.89% from 255 or 35.56% from 270); Max value from RGB is 96 - color contains mainly: blue. Hex color #515D60 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #515D60 is #AEA29F. Grayscale: #595959. Windows color (decimal): -11444896 or 6315345. OLE color: 6315345.

HSL color Cylindrical-coordinate representation of color #515D60: hue angle of 192º 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 #515D60 is Cyan = 0.16, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB819396-
CMYK0.160.0300.62
HSL192º8.47%34.71%-
HSV(B)192º15.62%37.65%-
XYZ9.4210.4212.58-
YUV89.75131.52121.76-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 30%
GREEN value IS 93 (36.72% from 255) = 34.44%
BLUE value IS 96 (37.89% from 255) = 35.56%
R=30%
G=34.44%
B=35.56%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal8193960.160.0300.621928.4734.71
Hex515D6010303Ec0823
Octal1211351402030763001043
Binary10100011011101110000010000110111110110000001000100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #515D60

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #515D60;
 }
 .AnyTagClassName
 {
   color: #515D60;
 }
</style>
background-color css

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

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

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

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

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

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