Shades of Sherpa Blue #065059
Tints of Sherpa Blue #065059
RGB
CMYK
RGB Variations
Color information
#065059 (or 0x065059) is known color: Sherpa Blue. HEX triplet: 06, 50 and 59. RGB value is (6,80,89). Sum of RGB (Red+Green+Blue) = 6+80+89=175 (23% of max value = 765). Red value is 6 (2.73% from 255 or 3.43% from 175); Green value is 80 (31.64% from 255 or 45.71% from 175); Blue value is 89 (35.16% from 255 or 50.86% from 175); Max value from RGB is 89 - color contains mainly: blue. Hex color #065059 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #065059 is #F9AFA6. Grayscale: #3A3A3A. Windows color (decimal): -16363431 or 5853190. OLE color: 5853190.
HSL color Cylindrical-coordinate representation of color #065059: hue angle of 186.51º degrees, saturation: 0.87, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #065059 is Cyan = 0.93, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 6 | 80 | 89 | - |
| CMYK | 0.93 | 0.10 | 0 | 0.65 |
| HSL | 186.51º | 0.87% | 0.19% | - |
| HSV(B) | 186.51º | 0.93% | 0.35% | - |
| XYZ | 4.75 | 6.5 | 10.46 | - |
| YUV | 58.9 | 144.98 | 90.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 80 | 89 | 0.93 | 0.10 | 0 | 0.65 | 186.51 | 0.87 | 0.19 |
| Hex | 6 | 50 | 59 | 5D | A | 0 | 41 | BB | 57 | 13 |
| Octal | 6 | 120 | 131 | 135 | 12 | 0 | 101 | 273 | 127 | 23 |
| Binary | 110 | 1010000 | 1011001 | 1011101 | 1010 | 0 | 1000001 | 10111011 | 1010111 | 10011 |
Color Harmonies of #065059
Complementary color
Monochromatic Colors of #065059
Black with #065059
Text Example
Text Example
White with #065059
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #065059; }
p { color: rgb(6,80,89); }
H1.HeaderClassName
{
color: #065059;
}
.AnyTagClassName
{
color: #065059;
}
</style>
background-color css
<style>
a { background-color: #065059; }
a { background-color: rgb(6,80,89); }
div.DivClassName
{
background-color: #065059;
}
.BgClassName
{
background-color: #065059;
}
</style>
border-color css
<style>
span { border-color: #065059; }
span { border-color: rgb(6,80,89); }
td.TdClassName
{
border-color: #065059;
}
.TagClassName
{
border-color: #065059;
}
</style>