Shades of Sherpa Blue #08525B
Tints of Sherpa Blue #08525B
RGB
CMYK
RGB Variations
Color information
#08525B (or 0x08525B) is known color: Sherpa Blue. HEX triplet: 08, 52 and 5B. RGB value is (8,82,91). Sum of RGB (Red+Green+Blue) = 8+82+91=181 (23% of max value = 765). Red value is 8 (3.52% from 255 or 4.42% from 181); Green value is 82 (32.42% from 255 or 45.30% from 181); Blue value is 91 (35.94% from 255 or 50.28% from 181); Max value from RGB is 91 - color contains mainly: blue. Hex color #08525B is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #08525B is #F7ADA4. Grayscale: #3C3C3C. Windows color (decimal): -16231845 or 5984776. OLE color: 5984776.
HSL color Cylindrical-coordinate representation of color #08525B: hue angle of 186.51º 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 #08525B is Cyan = 0.91, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 8 | 82 | 91 | - |
| CMYK | 0.91 | 0.10 | 0 | 0.64 |
| HSL | 186.51º | 0.84% | 0.19% | - |
| HSV(B) | 186.51º | 0.91% | 0.36% | - |
| XYZ | 5.01 | 6.84 | 10.95 | - |
| YUV | 60.9 | 144.98 | 90.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 82 | 91 | 0.91 | 0.10 | 0 | 0.64 | 186.51 | 0.84 | 0.19 |
| Hex | 8 | 52 | 5B | 5B | A | 0 | 40 | BB | 54 | 13 |
| Octal | 10 | 122 | 133 | 133 | 12 | 0 | 100 | 273 | 124 | 23 |
| Binary | 1000 | 1010010 | 1011011 | 1011011 | 1010 | 0 | 1000000 | 10111011 | 1010100 | 10011 |
Color Harmonies of #08525B
Complementary color
Monochromatic Colors of #08525B
Black with #08525B
Text Example
Text Example
White with #08525B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #08525B; }
p { color: rgb(8,82,91); }
H1.HeaderClassName
{
color: #08525B;
}
.AnyTagClassName
{
color: #08525B;
}
</style>
background-color css
<style>
a { background-color: #08525B; }
a { background-color: rgb(8,82,91); }
div.DivClassName
{
background-color: #08525B;
}
.BgClassName
{
background-color: #08525B;
}
</style>
border-color css
<style>
span { border-color: #08525B; }
span { border-color: rgb(8,82,91); }
td.TdClassName
{
border-color: #08525B;
}
.TagClassName
{
border-color: #08525B;
}
</style>