Html Css Color HEX #5A6160 River Bed

📋 copy color: '#5A6160'

red 90 ◦ green 97 ◦ blue 96

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

Shades of River Bed #5A6160

Tints of River Bed #5A6160

RGB

 RED value IS 90 (35.55% from 255) = 31.8%

 GREEN value IS 97 (38.28% from 255) = 34.28%

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

R = 31.8%
G = 34.28%
B = 33.92%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.01

 K value IS 0.62

RGB Variations

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

Color information

#5A6160 (or 0x5A6160) is known color: River Bed. HEX triplet: 5A, 61 and 60. RGB value is (90,97,96). Sum of RGB (Red+Green+Blue) = 90+97+96=283 (37% of max value = 765). Red value is 90 (35.55% from 255 or 31.80% from 283); Green value is 97 (38.28% from 255 or 34.28% from 283); Blue value is 96 (37.89% from 255 or 33.92% from 283); Max value from RGB is 97 - color contains mainly: green. Hex color #5A6160 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5A6160 is #A59E9F. Grayscale: #5E5E5E. Windows color (decimal): -10854048 or 6316378. OLE color: 6316378.

HSL color Cylindrical-coordinate representation of color #5A6160: hue angle of 171.43º degrees, saturation: 0.04, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #5A6160 is Cyan = 0.07, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.62.

Color convert

RGB 90 97 96 -
CMYK 0.07 0 0.01 0.62
HSL 171.43º 0.04% 0.37% -
HSV(B) 171.43º 0.07% 0.38% -
XYZ 10.6 11.57 12.74 -
YUV 94.79 128.68 124.58 -
System Red Green Blue C M Y K H S L
Decimal 90 97 96 0.07 0 0.01 0.62 171.43 0.04 0.37
Hex 5A 61 60 7 0 1 3E AB 4 25
Octal 132 141 140 7 0 1 76 253 4 45
Binary 1011010 1100001 1100000 111 0 1 111110 10101011 100 100101

Color Harmonies of #5A6160

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5A6160

Black with #5A6160

Text Example


Text Example

White with #5A6160

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #5A6160; }

 p { color: rgb(90,97,96); }

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

background-color css

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

 a { background-color: rgb(90,97,96); }

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

border-color css

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

 span { border-color: rgb(90,97,96); }

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