Shades of Sherpa Blue #08525F
Tints of Sherpa Blue #08525F
RGB
CMYK
RGB Variations
Color information
#08525F (or 0x08525F) is known color: Sherpa Blue. HEX triplet: 08, 52 and 5F. RGB value is (8,82,95). Sum of RGB (Red+Green+Blue) = 8+82+95=185 (24% of max value = 765). Red value is 8 (3.52% from 255 or 4.32% from 185); Green value is 82 (32.42% from 255 or 44.32% from 185); Blue value is 95 (37.5% from 255 or 51.35% from 185); Max value from RGB is 95 - color contains mainly: blue. Hex color #08525F is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #08525F is #F7ADA0. Grayscale: #3D3D3D. Windows color (decimal): -16231841 or 6246920. OLE color: 6246920.
HSL color Cylindrical-coordinate representation of color #08525F: hue angle of 188.97º degrees, saturation: 0.84, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #08525F is Cyan = 0.92, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 8 | 82 | 95 | - |
| CMYK | 0.92 | 0.14 | 0 | 0.63 |
| HSL | 188.97º | 0.84% | 0.2% | - |
| HSV(B) | 188.97º | 0.92% | 0.37% | - |
| XYZ | 5.18 | 6.91 | 11.89 | - |
| YUV | 61.36 | 146.98 | 89.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 82 | 95 | 0.92 | 0.14 | 0 | 0.63 | 188.97 | 0.84 | 0.2 |
| Hex | 8 | 52 | 5F | 5C | E | 0 | 3F | BD | 54 | 14 |
| Octal | 10 | 122 | 137 | 134 | 16 | 0 | 77 | 275 | 124 | 24 |
| Binary | 1000 | 1010010 | 1011111 | 1011100 | 1110 | 0 | 111111 | 10111101 | 1010100 | 10100 |
Color Harmonies of #08525F
Complementary color
Monochromatic Colors of #08525F
Black with #08525F
Text Example
Text Example
White with #08525F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #08525F; }
p { color: rgb(8,82,95); }
H1.HeaderClassName
{
color: #08525F;
}
.AnyTagClassName
{
color: #08525F;
}
</style>
background-color css
<style>
a { background-color: #08525F; }
a { background-color: rgb(8,82,95); }
div.DivClassName
{
background-color: #08525F;
}
.BgClassName
{
background-color: #08525F;
}
</style>
border-color css
<style>
span { border-color: #08525F; }
span { border-color: rgb(8,82,95); }
td.TdClassName
{
border-color: #08525F;
}
.TagClassName
{
border-color: #08525F;
}
</style>