#5A6061

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

Shades of River Bed #5A6061

Tints of River Bed #5A6061

Color information

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

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

Color convert

RGB909697-
CMYK0.070.0100.62
HSL188.57º3.74%36.67%-
HSV(B)188.57º7.22%38.04%-
XYZ10.5611.412.95-
YUV94.32129.51124.92-

RGB Variations

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

RGB

RED value IS 90 (35.55% from 255) = 31.80%
GREEN value IS 96 (37.89% from 255) = 33.92%
BLUE value IS 97 (38.28% from 255) = 34.28%
R=31.80%
G=33.92%
B=34.28%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal9096970.070.0100.62188.573.7436.67
Hex5A60617103Ebd425
Octal13214014171076275445
Binary1011010110000011000011111011111010111101100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5A6061

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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