Shades of Sherpa Blue #065350
Tints of Sherpa Blue #065350
RGB
CMYK
RGB Variations
Color information
#065350 (or 0x065350) is known color: Sherpa Blue. HEX triplet: 06, 53 and 50. RGB value is (6,83,80). Sum of RGB (Red+Green+Blue) = 6+83+80=169 (22% of max value = 765). Red value is 6 (2.73% from 255 or 3.55% from 169); Green value is 83 (32.81% from 255 or 49.11% from 169); Blue value is 80 (31.64% from 255 or 47.34% from 169); Max value from RGB is 83 - color contains mainly: green. Hex color #065350 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #065350 is #F9ACAF. Grayscale: #3B3B3B. Windows color (decimal): -16362672 or 5264134. OLE color: 5264134.
HSL color Cylindrical-coordinate representation of color #065350: hue angle of 177.66º degrees, saturation: 0.87, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #065350 is Cyan = 0.93, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 6 | 83 | 80 | - |
| CMYK | 0.93 | 0 | 0.04 | 0.67 |
| HSL | 177.66º | 0.87% | 0.17% | - |
| HSV(B) | 177.66º | 0.93% | 0.33% | - |
| XYZ | 4.62 | 6.8 | 8.66 | - |
| YUV | 59.64 | 139.49 | 89.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 83 | 80 | 0.93 | 0 | 0.04 | 0.67 | 177.66 | 0.87 | 0.17 |
| Hex | 6 | 53 | 50 | 5D | 0 | 4 | 43 | B2 | 57 | 11 |
| Octal | 6 | 123 | 120 | 135 | 0 | 4 | 103 | 262 | 127 | 21 |
| Binary | 110 | 1010011 | 1010000 | 1011101 | 0 | 100 | 1000011 | 10110010 | 1010111 | 10001 |
Color Harmonies of #065350
Complementary color
Monochromatic Colors of #065350
Black with #065350
Text Example
Text Example
White with #065350
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #065350; }
p { color: rgb(6,83,80); }
H1.HeaderClassName
{
color: #065350;
}
.AnyTagClassName
{
color: #065350;
}
</style>
background-color css
<style>
a { background-color: #065350; }
a { background-color: rgb(6,83,80); }
div.DivClassName
{
background-color: #065350;
}
.BgClassName
{
background-color: #065350;
}
</style>
border-color css
<style>
span { border-color: #065350; }
span { border-color: rgb(6,83,80); }
td.TdClassName
{
border-color: #065350;
}
.TagClassName
{
border-color: #065350;
}
</style>