Shades of Sherpa Blue #064B58
Tints of Sherpa Blue #064B58
RGB
CMYK
RGB Variations
Color information
#064B58 (or 0x064B58) is known color: Sherpa Blue. HEX triplet: 06, 4B and 58. RGB value is (6,75,88). Sum of RGB (Red+Green+Blue) = 6+75+88=169 (22% of max value = 765). Red value is 6 (2.73% from 255 or 3.55% from 169); Green value is 75 (29.69% from 255 or 44.38% from 169); Blue value is 88 (34.77% from 255 or 52.07% from 169); Max value from RGB is 88 - color contains mainly: blue. Hex color #064B58 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #064B58 is #F9B4A7. Grayscale: #373737. Windows color (decimal): -16364712 or 5786374. OLE color: 5786374.
HSL color Cylindrical-coordinate representation of color #064B58: hue angle of 189.51º degrees, saturation: 0.87, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #064B58 is Cyan = 0.93, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 6 | 75 | 88 | - |
| CMYK | 0.93 | 0.15 | 0 | 0.65 |
| HSL | 189.51º | 0.87% | 0.18% | - |
| HSV(B) | 189.51º | 0.93% | 0.35% | - |
| XYZ | 4.35 | 5.78 | 10.12 | - |
| YUV | 55.85 | 146.14 | 92.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 75 | 88 | 0.93 | 0.15 | 0 | 0.65 | 189.51 | 0.87 | 0.18 |
| Hex | 6 | 4B | 58 | 5D | F | 0 | 41 | BE | 57 | 12 |
| Octal | 6 | 113 | 130 | 135 | 17 | 0 | 101 | 276 | 127 | 22 |
| Binary | 110 | 1001011 | 1011000 | 1011101 | 1111 | 0 | 1000001 | 10111110 | 1010111 | 10010 |
Color Harmonies of #064B58
Complementary color
Monochromatic Colors of #064B58
Black with #064B58
Text Example
Text Example
White with #064B58
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #064B58; }
p { color: rgb(6,75,88); }
H1.HeaderClassName
{
color: #064B58;
}
.AnyTagClassName
{
color: #064B58;
}
</style>
background-color css
<style>
a { background-color: #064B58; }
a { background-color: rgb(6,75,88); }
div.DivClassName
{
background-color: #064B58;
}
.BgClassName
{
background-color: #064B58;
}
</style>
border-color css
<style>
span { border-color: #064B58; }
span { border-color: rgb(6,75,88); }
td.TdClassName
{
border-color: #064B58;
}
.TagClassName
{
border-color: #064B58;
}
</style>