Shades of Sherpa Blue #08515C
Tints of Sherpa Blue #08515C
RGB
CMYK
RGB Variations
Color information
#08515C (or 0x08515C) is known color: Sherpa Blue. HEX triplet: 08, 51 and 5C. RGB value is (8,81,92). Sum of RGB (Red+Green+Blue) = 8+81+92=181 (23% of max value = 765). Red value is 8 (3.52% from 255 or 4.42% from 181); Green value is 81 (32.03% from 255 or 44.75% from 181); Blue value is 92 (36.33% from 255 or 50.83% from 181); Max value from RGB is 92 - color contains mainly: blue. Hex color #08515C is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #08515C is #F7AEA3. Grayscale: #3C3C3C. Windows color (decimal): -16232100 or 6050056. OLE color: 6050056.
HSL color Cylindrical-coordinate representation of color #08515C: hue angle of 187.86º degrees, saturation: 0.84, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #08515C is Cyan = 0.91, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 8 | 81 | 92 | - |
| CMYK | 0.91 | 0.12 | 0 | 0.64 |
| HSL | 187.86º | 0.84% | 0.2% | - |
| HSV(B) | 187.86º | 0.91% | 0.36% | - |
| XYZ | 4.97 | 6.71 | 11.16 | - |
| YUV | 60.43 | 145.82 | 90.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 81 | 92 | 0.91 | 0.12 | 0 | 0.64 | 187.86 | 0.84 | 0.2 |
| Hex | 8 | 51 | 5C | 5B | C | 0 | 40 | BC | 54 | 14 |
| Octal | 10 | 121 | 134 | 133 | 14 | 0 | 100 | 274 | 124 | 24 |
| Binary | 1000 | 1010001 | 1011100 | 1011011 | 1100 | 0 | 1000000 | 10111100 | 1010100 | 10100 |
Color Harmonies of #08515C
Complementary color
Monochromatic Colors of #08515C
Black with #08515C
Text Example
Text Example
White with #08515C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #08515C; }
p { color: rgb(8,81,92); }
H1.HeaderClassName
{
color: #08515C;
}
.AnyTagClassName
{
color: #08515C;
}
</style>
background-color css
<style>
a { background-color: #08515C; }
a { background-color: rgb(8,81,92); }
div.DivClassName
{
background-color: #08515C;
}
.BgClassName
{
background-color: #08515C;
}
</style>
border-color css
<style>
span { border-color: #08515C; }
span { border-color: rgb(8,81,92); }
td.TdClassName
{
border-color: #08515C;
}
.TagClassName
{
border-color: #08515C;
}
</style>