Shades of Sherpa Blue #06535B
Tints of Sherpa Blue #06535B
RGB
CMYK
RGB Variations
Color information
#06535B (or 0x06535B) is known color: Sherpa Blue. HEX triplet: 06, 53 and 5B. RGB value is (6,83,91). Sum of RGB (Red+Green+Blue) = 6+83+91=180 (23% of max value = 765). Red value is 6 (2.73% from 255 or 3.33% from 180); Green value is 83 (32.81% from 255 or 46.11% from 180); Blue value is 91 (35.94% from 255 or 50.56% from 180); Max value from RGB is 91 - color contains mainly: blue. Hex color #06535B is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #06535B is #F9ACA4. Grayscale: #3C3C3C. Windows color (decimal): -16362661 or 5985030. OLE color: 5985030.
HSL color Cylindrical-coordinate representation of color #06535B: hue angle of 185.65º 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 #06535B is Cyan = 0.93, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 6 | 83 | 91 | - |
| CMYK | 0.93 | 0.09 | 0 | 0.64 |
| HSL | 185.65º | 0.88% | 0.19% | - |
| HSV(B) | 185.65º | 0.93% | 0.36% | - |
| XYZ | 5.06 | 6.98 | 10.98 | - |
| YUV | 60.89 | 144.99 | 88.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 83 | 91 | 0.93 | 0.09 | 0 | 0.64 | 185.65 | 0.88 | 0.19 |
| Hex | 6 | 53 | 5B | 5D | 9 | 0 | 40 | BA | 58 | 13 |
| Octal | 6 | 123 | 133 | 135 | 11 | 0 | 100 | 272 | 130 | 23 |
| Binary | 110 | 1010011 | 1011011 | 1011101 | 1001 | 0 | 1000000 | 10111010 | 1011000 | 10011 |
Color Harmonies of #06535B
Complementary color
Monochromatic Colors of #06535B
Black with #06535B
Text Example
Text Example
White with #06535B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #06535B; }
p { color: rgb(6,83,91); }
H1.HeaderClassName
{
color: #06535B;
}
.AnyTagClassName
{
color: #06535B;
}
</style>
background-color css
<style>
a { background-color: #06535B; }
a { background-color: rgb(6,83,91); }
div.DivClassName
{
background-color: #06535B;
}
.BgClassName
{
background-color: #06535B;
}
</style>
border-color css
<style>
span { border-color: #06535B; }
span { border-color: rgb(6,83,91); }
td.TdClassName
{
border-color: #06535B;
}
.TagClassName
{
border-color: #06535B;
}
</style>