Shades of Sherpa Blue #064E53
Tints of Sherpa Blue #064E53
RGB
CMYK
RGB Variations
Color information
#064E53 (or 0x064E53) is known color: Sherpa Blue. HEX triplet: 06, 4E and 53. RGB value is (6,78,83). Sum of RGB (Red+Green+Blue) = 6+78+83=167 (22% of max value = 765). Red value is 6 (2.73% from 255 or 3.59% from 167); Green value is 78 (30.86% from 255 or 46.71% from 167); Blue value is 83 (32.81% from 255 or 49.70% from 167); Max value from RGB is 83 - color contains mainly: blue. Hex color #064E53 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #064E53 is #F9B1AC. Grayscale: #383838. Windows color (decimal): -16363949 or 5459462. OLE color: 5459462.
HSL color Cylindrical-coordinate representation of color #064E53: hue angle of 183.9º 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 #064E53 is Cyan = 0.93, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 6 | 78 | 83 | - |
| CMYK | 0.93 | 0.06 | 0 | 0.67 |
| HSL | 183.9º | 0.87% | 0.17% | - |
| HSV(B) | 183.9º | 0.93% | 0.33% | - |
| XYZ | 4.36 | 6.11 | 9.13 | - |
| YUV | 57.04 | 142.65 | 91.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 78 | 83 | 0.93 | 0.06 | 0 | 0.67 | 183.9 | 0.87 | 0.17 |
| Hex | 6 | 4E | 53 | 5D | 6 | 0 | 43 | B8 | 57 | 11 |
| Octal | 6 | 116 | 123 | 135 | 6 | 0 | 103 | 270 | 127 | 21 |
| Binary | 110 | 1001110 | 1010011 | 1011101 | 110 | 0 | 1000011 | 10111000 | 1010111 | 10001 |
Color Harmonies of #064E53
Complementary color
Monochromatic Colors of #064E53
Black with #064E53
Text Example
Text Example
White with #064E53
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #064E53; }
p { color: rgb(6,78,83); }
H1.HeaderClassName
{
color: #064E53;
}
.AnyTagClassName
{
color: #064E53;
}
</style>
background-color css
<style>
a { background-color: #064E53; }
a { background-color: rgb(6,78,83); }
div.DivClassName
{
background-color: #064E53;
}
.BgClassName
{
background-color: #064E53;
}
</style>
border-color css
<style>
span { border-color: #064E53; }
span { border-color: rgb(6,78,83); }
td.TdClassName
{
border-color: #064E53;
}
.TagClassName
{
border-color: #064E53;
}
</style>