Shades of Sherpa Blue #064952
Tints of Sherpa Blue #064952
RGB
CMYK
RGB Variations
Color information
#064952 (or 0x064952) is known color: Sherpa Blue. HEX triplet: 06, 49 and 52. RGB value is (6,73,82). Sum of RGB (Red+Green+Blue) = 6+73+82=161 (21% of max value = 765). Red value is 6 (2.73% from 255 or 3.73% from 161); Green value is 73 (28.91% from 255 or 45.34% from 161); Blue value is 82 (32.42% from 255 or 50.93% from 161); Max value from RGB is 82 - color contains mainly: blue. Hex color #064952 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #064952 is #F9B6AD. Grayscale: #353535. Windows color (decimal): -16365230 or 5392646. OLE color: 5392646.
HSL color Cylindrical-coordinate representation of color #064952: hue angle of 187.11º 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 #064952 is Cyan = 0.93, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 6 | 73 | 82 | - |
| CMYK | 0.93 | 0.11 | 0 | 0.68 |
| HSL | 187.11º | 0.86% | 0.17% | - |
| HSV(B) | 187.11º | 0.93% | 0.32% | - |
| XYZ | 3.98 | 5.41 | 8.82 | - |
| YUV | 53.99 | 143.8 | 93.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 73 | 82 | 0.93 | 0.11 | 0 | 0.68 | 187.11 | 0.86 | 0.17 |
| Hex | 6 | 49 | 52 | 5D | B | 0 | 44 | BB | 56 | 11 |
| Octal | 6 | 111 | 122 | 135 | 13 | 0 | 104 | 273 | 126 | 21 |
| Binary | 110 | 1001001 | 1010010 | 1011101 | 1011 | 0 | 1000100 | 10111011 | 1010110 | 10001 |
Color Harmonies of #064952
Complementary color
Monochromatic Colors of #064952
Black with #064952
Text Example
Text Example
White with #064952
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #064952; }
p { color: rgb(6,73,82); }
H1.HeaderClassName
{
color: #064952;
}
.AnyTagClassName
{
color: #064952;
}
</style>
background-color css
<style>
a { background-color: #064952; }
a { background-color: rgb(6,73,82); }
div.DivClassName
{
background-color: #064952;
}
.BgClassName
{
background-color: #064952;
}
</style>
border-color css
<style>
span { border-color: #064952; }
span { border-color: rgb(6,73,82); }
td.TdClassName
{
border-color: #064952;
}
.TagClassName
{
border-color: #064952;
}
</style>