Shades of Sherpa Blue #095057
Tints of Sherpa Blue #095057
RGB
CMYK
RGB Variations
Color information
#095057 (or 0x095057) is known color: Sherpa Blue. HEX triplet: 09, 50 and 57. RGB value is (9,80,87). Sum of RGB (Red+Green+Blue) = 9+80+87=176 (23% of max value = 765). Red value is 9 (3.91% from 255 or 5.11% from 176); Green value is 80 (31.64% from 255 or 45.45% from 176); Blue value is 87 (34.38% from 255 or 49.43% from 176); Max value from RGB is 87 - color contains mainly: blue. Hex color #095057 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #095057 is #F6AFA8. Grayscale: #3B3B3B. Windows color (decimal): -16166825 or 5722121. OLE color: 5722121.
HSL color Cylindrical-coordinate representation of color #095057: hue angle of 185.38º degrees, saturation: 0.81, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #095057 is Cyan = 0.90, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 9 | 80 | 87 | - |
| CMYK | 0.90 | 0.08 | 0 | 0.66 |
| HSL | 185.38º | 0.81% | 0.19% | - |
| HSV(B) | 185.38º | 0.9% | 0.34% | - |
| XYZ | 4.7 | 6.48 | 10.02 | - |
| YUV | 59.57 | 143.48 | 91.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 80 | 87 | 0.90 | 0.08 | 0 | 0.66 | 185.38 | 0.81 | 0.19 |
| Hex | 9 | 50 | 57 | 5A | 8 | 0 | 42 | B9 | 51 | 13 |
| Octal | 11 | 120 | 127 | 132 | 10 | 0 | 102 | 271 | 121 | 23 |
| Binary | 1001 | 1010000 | 1010111 | 1011010 | 1000 | 0 | 1000010 | 10111001 | 1010001 | 10011 |
Color Harmonies of #095057
Complementary color
Monochromatic Colors of #095057
Black with #095057
Text Example
Text Example
White with #095057
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #095057; }
p { color: rgb(9,80,87); }
H1.HeaderClassName
{
color: #095057;
}
.AnyTagClassName
{
color: #095057;
}
</style>
background-color css
<style>
a { background-color: #095057; }
a { background-color: rgb(9,80,87); }
div.DivClassName
{
background-color: #095057;
}
.BgClassName
{
background-color: #095057;
}
</style>
border-color css
<style>
span { border-color: #095057; }
span { border-color: rgb(9,80,87); }
td.TdClassName
{
border-color: #095057;
}
.TagClassName
{
border-color: #095057;
}
</style>