Shades of Sherpa Blue #065256
Tints of Sherpa Blue #065256
RGB
CMYK
RGB Variations
Color information
#065256 (or 0x065256) is known color: Sherpa Blue. HEX triplet: 06, 52 and 56. RGB value is (6,82,86). Sum of RGB (Red+Green+Blue) = 6+82+86=174 (23% of max value = 765). Red value is 6 (2.73% from 255 or 3.45% from 174); Green value is 82 (32.42% from 255 or 47.13% from 174); Blue value is 86 (33.98% from 255 or 49.43% from 174); Max value from RGB is 86 - color contains mainly: blue. Hex color #065256 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #065256 is #F9ADA9. Grayscale: #3B3B3B. Windows color (decimal): -16362922 or 5657094. OLE color: 5657094.
HSL color Cylindrical-coordinate representation of color #065256: hue angle of 183º 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 #065256 is Cyan = 0.93, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 6 | 82 | 86 | - |
| CMYK | 0.93 | 0.05 | 0 | 0.66 |
| HSL | 183º | 0.87% | 0.18% | - |
| HSV(B) | 183º | 0.93% | 0.34% | - |
| XYZ | 4.77 | 6.75 | 9.85 | - |
| YUV | 59.73 | 142.82 | 89.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 82 | 86 | 0.93 | 0.05 | 0 | 0.66 | 183 | 0.87 | 0.18 |
| Hex | 6 | 52 | 56 | 5D | 5 | 0 | 42 | B7 | 57 | 12 |
| Octal | 6 | 122 | 126 | 135 | 5 | 0 | 102 | 267 | 127 | 22 |
| Binary | 110 | 1010010 | 1010110 | 1011101 | 101 | 0 | 1000010 | 10110111 | 1010111 | 10010 |
Color Harmonies of #065256
Complementary color
Monochromatic Colors of #065256
Black with #065256
Text Example
Text Example
White with #065256
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #065256; }
p { color: rgb(6,82,86); }
H1.HeaderClassName
{
color: #065256;
}
.AnyTagClassName
{
color: #065256;
}
</style>
background-color css
<style>
a { background-color: #065256; }
a { background-color: rgb(6,82,86); }
div.DivClassName
{
background-color: #065256;
}
.BgClassName
{
background-color: #065256;
}
</style>
border-color css
<style>
span { border-color: #065256; }
span { border-color: rgb(6,82,86); }
td.TdClassName
{
border-color: #065256;
}
.TagClassName
{
border-color: #065256;
}
</style>