Shades of Sherpa Blue #065251
Tints of Sherpa Blue #065251
RGB
CMYK
RGB Variations
Color information
#065251 (or 0x065251) is known color: Sherpa Blue. HEX triplet: 06, 52 and 51. RGB value is (6,82,81). Sum of RGB (Red+Green+Blue) = 6+82+81=169 (22% of max value = 765). Red value is 6 (2.73% from 255 or 3.55% from 169); Green value is 82 (32.42% from 255 or 48.52% from 169); Blue value is 81 (32.03% from 255 or 47.93% from 169); Max value from RGB is 82 - color contains mainly: green. Hex color #065251 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #065251 is #F9ADAE. Grayscale: #3B3B3B. Windows color (decimal): -16362927 or 5329414. OLE color: 5329414.
HSL color Cylindrical-coordinate representation of color #065251: hue angle of 179.21º degrees, saturation: 0.86, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #065251 is Cyan = 0.93, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 6 | 82 | 81 | - |
| CMYK | 0.93 | 0 | 0.01 | 0.68 |
| HSL | 179.21º | 0.86% | 0.17% | - |
| HSV(B) | 179.21º | 0.93% | 0.32% | - |
| XYZ | 4.58 | 6.67 | 8.83 | - |
| YUV | 59.16 | 140.32 | 90.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 82 | 81 | 0.93 | 0 | 0.01 | 0.68 | 179.21 | 0.86 | 0.17 |
| Hex | 6 | 52 | 51 | 5D | 0 | 1 | 44 | B3 | 56 | 11 |
| Octal | 6 | 122 | 121 | 135 | 0 | 1 | 104 | 263 | 126 | 21 |
| Binary | 110 | 1010010 | 1010001 | 1011101 | 0 | 1 | 1000100 | 10110011 | 1010110 | 10001 |
Color Harmonies of #065251
Complementary color
Monochromatic Colors of #065251
Black with #065251
Text Example
Text Example
White with #065251
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #065251; }
p { color: rgb(6,82,81); }
H1.HeaderClassName
{
color: #065251;
}
.AnyTagClassName
{
color: #065251;
}
</style>
background-color css
<style>
a { background-color: #065251; }
a { background-color: rgb(6,82,81); }
div.DivClassName
{
background-color: #065251;
}
.BgClassName
{
background-color: #065251;
}
</style>
border-color css
<style>
span { border-color: #065251; }
span { border-color: rgb(6,82,81); }
td.TdClassName
{
border-color: #065251;
}
.TagClassName
{
border-color: #065251;
}
</style>