Shades of Sherpa Blue #06534D
Tints of Sherpa Blue #06534D
RGB
CMYK
RGB Variations
Color information
#06534D (or 0x06534D) is known color: Sherpa Blue. HEX triplet: 06, 53 and 4D. RGB value is (6,83,77). Sum of RGB (Red+Green+Blue) = 6+83+77=166 (21% of max value = 765). Red value is 6 (2.73% from 255 or 3.61% from 166); Green value is 83 (32.81% from 255 or 50% from 166); Blue value is 77 (30.47% from 255 or 46.39% from 166); Max value from RGB is 83 - color contains mainly: green. Hex color #06534D is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #06534D is #F9ACB2. Grayscale: #3B3B3B. Windows color (decimal): -16362675 or 5067526. OLE color: 5067526.
HSL color Cylindrical-coordinate representation of color #06534D: hue angle of 175.32º 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 #06534D is Cyan = 0.93, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 6 | 83 | 77 | - |
| CMYK | 0.93 | 0 | 0.07 | 0.67 |
| HSL | 175.32º | 0.87% | 0.17% | - |
| HSV(B) | 175.32º | 0.93% | 0.33% | - |
| XYZ | 4.51 | 6.76 | 8.09 | - |
| YUV | 59.29 | 137.99 | 89.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 83 | 77 | 0.93 | 0 | 0.07 | 0.67 | 175.32 | 0.87 | 0.17 |
| Hex | 6 | 53 | 4D | 5D | 0 | 7 | 43 | AF | 57 | 11 |
| Octal | 6 | 123 | 115 | 135 | 0 | 7 | 103 | 257 | 127 | 21 |
| Binary | 110 | 1010011 | 1001101 | 1011101 | 0 | 111 | 1000011 | 10101111 | 1010111 | 10001 |
Color Harmonies of #06534D
Complementary color
Monochromatic Colors of #06534D
Black with #06534D
Text Example
Text Example
White with #06534D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #06534D; }
p { color: rgb(6,83,77); }
H1.HeaderClassName
{
color: #06534D;
}
.AnyTagClassName
{
color: #06534D;
}
</style>
background-color css
<style>
a { background-color: #06534D; }
a { background-color: rgb(6,83,77); }
div.DivClassName
{
background-color: #06534D;
}
.BgClassName
{
background-color: #06534D;
}
</style>
border-color css
<style>
span { border-color: #06534D; }
span { border-color: rgb(6,83,77); }
td.TdClassName
{
border-color: #06534D;
}
.TagClassName
{
border-color: #06534D;
}
</style>