Shades of Sherpa Blue #064D5B
Tints of Sherpa Blue #064D5B
RGB
CMYK
RGB Variations
Color information
#064D5B (or 0x064D5B) is known color: Sherpa Blue. HEX triplet: 06, 4D and 5B. RGB value is (6,77,91). Sum of RGB (Red+Green+Blue) = 6+77+91=174 (23% of max value = 765). Red value is 6 (2.73% from 255 or 3.45% from 174); Green value is 77 (30.47% from 255 or 44.25% from 174); Blue value is 91 (35.94% from 255 or 52.30% from 174); Max value from RGB is 91 - color contains mainly: blue. Hex color #064D5B is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #064D5B is #F9B2A4. Grayscale: #393939. Windows color (decimal): -16364197 or 5983494. OLE color: 5983494.
HSL color Cylindrical-coordinate representation of color #064D5B: hue angle of 189.88º degrees, saturation: 0.88, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #064D5B is Cyan = 0.93, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 6 | 77 | 91 | - |
| CMYK | 0.93 | 0.15 | 0 | 0.64 |
| HSL | 189.88º | 0.88% | 0.19% | - |
| HSV(B) | 189.88º | 0.93% | 0.36% | - |
| XYZ | 4.62 | 6.1 | 10.83 | - |
| YUV | 57.37 | 146.98 | 91.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 77 | 91 | 0.93 | 0.15 | 0 | 0.64 | 189.88 | 0.88 | 0.19 |
| Hex | 6 | 4D | 5B | 5D | F | 0 | 40 | BE | 58 | 13 |
| Octal | 6 | 115 | 133 | 135 | 17 | 0 | 100 | 276 | 130 | 23 |
| Binary | 110 | 1001101 | 1011011 | 1011101 | 1111 | 0 | 1000000 | 10111110 | 1011000 | 10011 |
Color Harmonies of #064D5B
Complementary color
Monochromatic Colors of #064D5B
Black with #064D5B
Text Example
Text Example
White with #064D5B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #064D5B; }
p { color: rgb(6,77,91); }
H1.HeaderClassName
{
color: #064D5B;
}
.AnyTagClassName
{
color: #064D5B;
}
</style>
background-color css
<style>
a { background-color: #064D5B; }
a { background-color: rgb(6,77,91); }
div.DivClassName
{
background-color: #064D5B;
}
.BgClassName
{
background-color: #064D5B;
}
</style>
border-color css
<style>
span { border-color: #064D5B; }
span { border-color: rgb(6,77,91); }
td.TdClassName
{
border-color: #064D5B;
}
.TagClassName
{
border-color: #064D5B;
}
</style>