Shades of Submarine #859A9B
Tints of Submarine #859A9B
RGB
CMYK
RGB Variations
Color information
#859A9B (or 0x859A9B) is known color: Submarine. HEX triplet: 85, 9A and 9B. RGB value is (133,154,155). Sum of RGB (Red+Green+Blue) = 133+154+155=442 (58% of max value = 765). Red value is 133 (52.34% from 255 or 30.09% from 442); Green value is 154 (60.55% from 255 or 34.84% from 442); Blue value is 155 (60.94% from 255 or 35.07% from 442); Max value from RGB is 155 - color contains mainly: blue. Hex color #859A9B is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #859A9B is #7A6564. Grayscale: #939393. Windows color (decimal): -8021349 or 10197637. OLE color: 10197637.
HSL color Cylindrical-coordinate representation of color #859A9B: hue angle of 182.73º degrees, saturation: 0.1, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #859A9B is Cyan = 0.14, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 133 | 154 | 155 | - |
| CMYK | 0.14 | 0.01 | 0 | 0.39 |
| HSL | 182.73º | 0.1% | 0.56% | - |
| HSV(B) | 182.73º | 0.14% | 0.61% | - |
| XYZ | 27.14 | 30.46 | 35.46 | - |
| YUV | 147.84 | 132.04 | 117.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 154 | 155 | 0.14 | 0.01 | 0 | 0.39 | 182.73 | 0.1 | 0.56 |
| Hex | 85 | 9A | 9B | E | 1 | 0 | 27 | B7 | A | 38 |
| Octal | 205 | 232 | 233 | 16 | 1 | 0 | 47 | 267 | 12 | 70 |
| Binary | 10000101 | 10011010 | 10011011 | 1110 | 1 | 0 | 100111 | 10110111 | 1010 | 111000 |
Color Harmonies of #859A9B
Complementary color
Monochromatic Colors of #859A9B
Black with #859A9B
Text Example
Text Example
White with #859A9B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #859A9B; }
p { color: rgb(133,154,155); }
H1.HeaderClassName
{
color: #859A9B;
}
.AnyTagClassName
{
color: #859A9B;
}
</style>
background-color css
<style>
a { background-color: #859A9B; }
a { background-color: rgb(133,154,155); }
div.DivClassName
{
background-color: #859A9B;
}
.BgClassName
{
background-color: #859A9B;
}
</style>
border-color css
<style>
span { border-color: #859A9B; }
span { border-color: rgb(133,154,155); }
td.TdClassName
{
border-color: #859A9B;
}
.TagClassName
{
border-color: #859A9B;
}
</style>