Shades of Sherpa Blue #06524E
Tints of Sherpa Blue #06524E
RGB
CMYK
RGB Variations
Color information
#06524E (or 0x06524E) is known color: Sherpa Blue. HEX triplet: 06, 52 and 4E. RGB value is (6,82,78). Sum of RGB (Red+Green+Blue) = 6+82+78=166 (21% of max value = 765). Red value is 6 (2.73% from 255 or 3.61% from 166); Green value is 82 (32.42% from 255 or 49.40% from 166); Blue value is 78 (30.86% from 255 or 46.99% from 166); Max value from RGB is 82 - color contains mainly: green. Hex color #06524E is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #06524E is #F9ADB1. Grayscale: #3A3A3A. Windows color (decimal): -16362930 or 5132806. OLE color: 5132806.
HSL color Cylindrical-coordinate representation of color #06524E: hue angle of 176.84º 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 #06524E is Cyan = 0.93, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 6 | 82 | 78 | - |
| CMYK | 0.93 | 0 | 0.05 | 0.68 |
| HSL | 176.84º | 0.86% | 0.17% | - |
| HSV(B) | 176.84º | 0.93% | 0.32% | - |
| XYZ | 4.47 | 6.62 | 8.25 | - |
| YUV | 58.82 | 138.82 | 90.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 82 | 78 | 0.93 | 0 | 0.05 | 0.68 | 176.84 | 0.86 | 0.17 |
| Hex | 6 | 52 | 4E | 5D | 0 | 5 | 44 | B1 | 56 | 11 |
| Octal | 6 | 122 | 116 | 135 | 0 | 5 | 104 | 261 | 126 | 21 |
| Binary | 110 | 1010010 | 1001110 | 1011101 | 0 | 101 | 1000100 | 10110001 | 1010110 | 10001 |
Color Harmonies of #06524E
Complementary color
Monochromatic Colors of #06524E
Black with #06524E
Text Example
Text Example
White with #06524E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #06524E; }
p { color: rgb(6,82,78); }
H1.HeaderClassName
{
color: #06524E;
}
.AnyTagClassName
{
color: #06524E;
}
</style>
background-color css
<style>
a { background-color: #06524E; }
a { background-color: rgb(6,82,78); }
div.DivClassName
{
background-color: #06524E;
}
.BgClassName
{
background-color: #06524E;
}
</style>
border-color css
<style>
span { border-color: #06524E; }
span { border-color: rgb(6,82,78); }
td.TdClassName
{
border-color: #06524E;
}
.TagClassName
{
border-color: #06524E;
}
</style>