Html Css Color HEX #515F60 River Bed

📋 copy color: '#515F60'

red 81 ◦ green 95 ◦ blue 96

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

Shades of River Bed #515F60

Tints of River Bed #515F60

RGB

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

 GREEN value IS 95 (37.5% from 255) = 34.93%

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

R = 29.78%
G = 34.93%
B = 35.29%

CMYK

 C value IS 0.16

 M value IS 0.01

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#515F60 (or 0x515F60) is known color: River Bed. HEX triplet: 51, 5F and 60. RGB value is (81,95,96). Sum of RGB (Red+Green+Blue) = 81+95+96=272 (36% of max value = 765). Red value is 81 (32.03% from 255 or 29.78% from 272); Green value is 95 (37.5% from 255 or 34.93% from 272); Blue value is 96 (37.89% from 255 or 35.29% from 272); Max value from RGB is 96 - color contains mainly: blue. Hex color #515F60 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #515F60 is #AEA09F. Grayscale: #5A5A5A. Windows color (decimal): -11444384 or 6315857. OLE color: 6315857.

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

Color convert

RGB 81 95 96 -
CMYK 0.16 0.01 0 0.62
HSL 184º 0.08% 0.35% -
HSV(B) 184º 0.16% 0.38% -
XYZ 9.6 10.78 12.64 -
YUV 90.93 130.86 120.92 -
System Red Green Blue C M Y K H S L
Decimal 81 95 96 0.16 0.01 0 0.62 184 0.08 0.35
Hex 51 5F 60 10 1 0 3E B8 8 23
Octal 121 137 140 20 1 0 76 270 10 43
Binary 1010001 1011111 1100000 10000 1 0 111110 10111000 1000 100011

Color Harmonies of #515F60

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #515F60

Black with #515F60

Text Example


Text Example

White with #515F60

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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