Shades of Sherpa Blue #065250
Tints of Sherpa Blue #065250
RGB
CMYK
RGB Variations
Color information
#065250 (or 0x065250) is known color: Sherpa Blue. HEX triplet: 06, 52 and 50. RGB value is (6,82,80). Sum of RGB (Red+Green+Blue) = 6+82+80=168 (22% of max value = 765). Red value is 6 (2.73% from 255 or 3.57% from 168); Green value is 82 (32.42% from 255 or 48.81% from 168); Blue value is 80 (31.64% from 255 or 47.62% from 168); Max value from RGB is 82 - color contains mainly: green. Hex color #065250 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #065250 is #F9ADAF. Grayscale: #3A3A3A. Windows color (decimal): -16362928 or 5263878. OLE color: 5263878.
HSL color Cylindrical-coordinate representation of color #065250: hue angle of 178.42º 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 #065250 is Cyan = 0.93, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 6 | 82 | 80 | - |
| CMYK | 0.93 | 0 | 0.02 | 0.68 |
| HSL | 178.42º | 0.86% | 0.17% | - |
| HSV(B) | 178.42º | 0.93% | 0.32% | - |
| XYZ | 4.54 | 6.65 | 8.63 | - |
| YUV | 59.05 | 139.82 | 90.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 82 | 80 | 0.93 | 0 | 0.02 | 0.68 | 178.42 | 0.86 | 0.17 |
| Hex | 6 | 52 | 50 | 5D | 0 | 2 | 44 | B2 | 56 | 11 |
| Octal | 6 | 122 | 120 | 135 | 0 | 2 | 104 | 262 | 126 | 21 |
| Binary | 110 | 1010010 | 1010000 | 1011101 | 0 | 10 | 1000100 | 10110010 | 1010110 | 10001 |
Color Harmonies of #065250
Complementary color
Monochromatic Colors of #065250
Black with #065250
Text Example
Text Example
White with #065250
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #065250; }
p { color: rgb(6,82,80); }
H1.HeaderClassName
{
color: #065250;
}
.AnyTagClassName
{
color: #065250;
}
</style>
background-color css
<style>
a { background-color: #065250; }
a { background-color: rgb(6,82,80); }
div.DivClassName
{
background-color: #065250;
}
.BgClassName
{
background-color: #065250;
}
</style>
border-color css
<style>
span { border-color: #065250; }
span { border-color: rgb(6,82,80); }
td.TdClassName
{
border-color: #065250;
}
.TagClassName
{
border-color: #065250;
}
</style>