Shades of Sherpa Blue #08515B
Tints of Sherpa Blue #08515B
RGB
CMYK
RGB Variations
Color information
#08515B (or 0x08515B) is known color: Sherpa Blue. HEX triplet: 08, 51 and 5B. RGB value is (8,81,91). Sum of RGB (Red+Green+Blue) = 8+81+91=180 (23% of max value = 765). Red value is 8 (3.52% from 255 or 4.44% from 180); Green value is 81 (32.03% from 255 or 45% 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 #08515B is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #08515B is #F7AEA4. Grayscale: #3C3C3C. Windows color (decimal): -16232101 or 5984520. OLE color: 5984520.
HSL color Cylindrical-coordinate representation of color #08515B: hue angle of 187.23º degrees, saturation: 0.84, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #08515B is Cyan = 0.91, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 8 | 81 | 91 | - |
| CMYK | 0.91 | 0.11 | 0 | 0.64 |
| HSL | 187.23º | 0.84% | 0.19% | - |
| HSV(B) | 187.23º | 0.91% | 0.36% | - |
| XYZ | 4.93 | 6.69 | 10.93 | - |
| YUV | 60.31 | 145.32 | 90.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 81 | 91 | 0.91 | 0.11 | 0 | 0.64 | 187.23 | 0.84 | 0.19 |
| Hex | 8 | 51 | 5B | 5B | B | 0 | 40 | BB | 54 | 13 |
| Octal | 10 | 121 | 133 | 133 | 13 | 0 | 100 | 273 | 124 | 23 |
| Binary | 1000 | 1010001 | 1011011 | 1011011 | 1011 | 0 | 1000000 | 10111011 | 1010100 | 10011 |
Color Harmonies of #08515B
Complementary color
Monochromatic Colors of #08515B
Black with #08515B
Text Example
Text Example
White with #08515B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #08515B; }
p { color: rgb(8,81,91); }
H1.HeaderClassName
{
color: #08515B;
}
.AnyTagClassName
{
color: #08515B;
}
</style>
background-color css
<style>
a { background-color: #08515B; }
a { background-color: rgb(8,81,91); }
div.DivClassName
{
background-color: #08515B;
}
.BgClassName
{
background-color: #08515B;
}
</style>
border-color css
<style>
span { border-color: #08515B; }
span { border-color: rgb(8,81,91); }
td.TdClassName
{
border-color: #08515B;
}
.TagClassName
{
border-color: #08515B;
}
</style>