Shades of Sherpa Blue #065057
Tints of Sherpa Blue #065057
RGB
CMYK
RGB Variations
Color information
#065057 (or 0x065057) is known color: Sherpa Blue. HEX triplet: 06, 50 and 57. RGB value is (6,80,87). Sum of RGB (Red+Green+Blue) = 6+80+87=173 (22% of max value = 765). Red value is 6 (2.73% from 255 or 3.47% from 173); Green value is 80 (31.64% from 255 or 46.24% from 173); Blue value is 87 (34.38% from 255 or 50.29% from 173); Max value from RGB is 87 - color contains mainly: blue. Hex color #065057 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #065057 is #F9AFA8. Grayscale: #3A3A3A. Windows color (decimal): -16363433 or 5722118. OLE color: 5722118.
HSL color Cylindrical-coordinate representation of color #065057: hue angle of 185.19º degrees, saturation: 0.87, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #065057 is Cyan = 0.93, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 6 | 80 | 87 | - |
| CMYK | 0.93 | 0.08 | 0 | 0.66 |
| HSL | 185.19º | 0.87% | 0.18% | - |
| HSV(B) | 185.19º | 0.93% | 0.34% | - |
| XYZ | 4.66 | 6.46 | 10.02 | - |
| YUV | 58.67 | 143.98 | 90.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 80 | 87 | 0.93 | 0.08 | 0 | 0.66 | 185.19 | 0.87 | 0.18 |
| Hex | 6 | 50 | 57 | 5D | 8 | 0 | 42 | B9 | 57 | 12 |
| Octal | 6 | 120 | 127 | 135 | 10 | 0 | 102 | 271 | 127 | 22 |
| Binary | 110 | 1010000 | 1010111 | 1011101 | 1000 | 0 | 1000010 | 10111001 | 1010111 | 10010 |
Color Harmonies of #065057
Complementary color
Monochromatic Colors of #065057
Black with #065057
Text Example
Text Example
White with #065057
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #065057; }
p { color: rgb(6,80,87); }
H1.HeaderClassName
{
color: #065057;
}
.AnyTagClassName
{
color: #065057;
}
</style>
background-color css
<style>
a { background-color: #065057; }
a { background-color: rgb(6,80,87); }
div.DivClassName
{
background-color: #065057;
}
.BgClassName
{
background-color: #065057;
}
</style>
border-color css
<style>
span { border-color: #065057; }
span { border-color: rgb(6,80,87); }
td.TdClassName
{
border-color: #065057;
}
.TagClassName
{
border-color: #065057;
}
</style>