Shades of River Bed #5A6667
Tints of River Bed #5A6667
RGB
CMYK
RGB Variations
Color information
#5A6667 (or 0x5A6667) is known color: River Bed. HEX triplet: 5A, 66 and 67. RGB value is (90,102,103). Sum of RGB (Red+Green+Blue) = 90+102+103=295 (39% of max value = 765). Red value is 90 (35.55% from 255 or 30.51% from 295); Green value is 102 (40.23% from 255 or 34.58% from 295); Blue value is 103 (40.62% from 255 or 34.92% from 295); Max value from RGB is 103 - color contains mainly: blue. Hex color #5A6667 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5A6667 is #A59998. Grayscale: #626262. Windows color (decimal): -10852761 or 6776410. OLE color: 6776410.
HSL color Cylindrical-coordinate representation of color #5A6667: hue angle of 184.62º degrees, saturation: 0.07, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #5A6667 is Cyan = 0.13, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 90 | 102 | 103 | - |
| CMYK | 0.13 | 0.01 | 0 | 0.60 |
| HSL | 184.62º | 0.07% | 0.38% | - |
| HSV(B) | 184.62º | 0.13% | 0.4% | - |
| XYZ | 11.42 | 12.66 | 14.67 | - |
| YUV | 98.53 | 130.52 | 121.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 102 | 103 | 0.13 | 0.01 | 0 | 0.60 | 184.62 | 0.07 | 0.38 |
| Hex | 5A | 66 | 67 | D | 1 | 0 | 3C | B9 | 7 | 26 |
| Octal | 132 | 146 | 147 | 15 | 1 | 0 | 74 | 271 | 7 | 46 |
| Binary | 1011010 | 1100110 | 1100111 | 1101 | 1 | 0 | 111100 | 10111001 | 111 | 100110 |
Color Harmonies of #5A6667
Complementary color
Monochromatic Colors of #5A6667
Black with #5A6667
Text Example
Text Example
White with #5A6667
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A6667; }
p { color: rgb(90,102,103); }
H1.HeaderClassName
{
color: #5A6667;
}
.AnyTagClassName
{
color: #5A6667;
}
</style>
background-color css
<style>
a { background-color: #5A6667; }
a { background-color: rgb(90,102,103); }
div.DivClassName
{
background-color: #5A6667;
}
.BgClassName
{
background-color: #5A6667;
}
</style>
border-color css
<style>
span { border-color: #5A6667; }
span { border-color: rgb(90,102,103); }
td.TdClassName
{
border-color: #5A6667;
}
.TagClassName
{
border-color: #5A6667;
}
</style>