Shades of Sherpa Blue #08505D
Tints of Sherpa Blue #08505D
RGB
CMYK
RGB Variations
Color information
#08505D (or 0x08505D) is known color: Sherpa Blue. HEX triplet: 08, 50 and 5D. RGB value is (8,80,93). Sum of RGB (Red+Green+Blue) = 8+80+93=181 (23% of max value = 765). Red value is 8 (3.52% from 255 or 4.42% from 181); Green value is 80 (31.64% from 255 or 44.20% from 181); Blue value is 93 (36.72% from 255 or 51.38% from 181); Max value from RGB is 93 - color contains mainly: blue. Hex color #08505D is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #08505D is #F7AFA2. Grayscale: #3B3B3B. Windows color (decimal): -16232355 or 6115336. OLE color: 6115336.
HSL color Cylindrical-coordinate representation of color #08505D: hue angle of 189.18º 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 #08505D is Cyan = 0.91, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 8 | 80 | 93 | - |
| CMYK | 0.91 | 0.14 | 0 | 0.64 |
| HSL | 189.18º | 0.84% | 0.2% | - |
| HSV(B) | 189.18º | 0.91% | 0.36% | - |
| XYZ | 4.94 | 6.58 | 11.37 | - |
| YUV | 59.95 | 146.65 | 90.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 80 | 93 | 0.91 | 0.14 | 0 | 0.64 | 189.18 | 0.84 | 0.2 |
| Hex | 8 | 50 | 5D | 5B | E | 0 | 40 | BD | 54 | 14 |
| Octal | 10 | 120 | 135 | 133 | 16 | 0 | 100 | 275 | 124 | 24 |
| Binary | 1000 | 1010000 | 1011101 | 1011011 | 1110 | 0 | 1000000 | 10111101 | 1010100 | 10100 |
Color Harmonies of #08505D
Complementary color
Monochromatic Colors of #08505D
Black with #08505D
Text Example
Text Example
White with #08505D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #08505D; }
p { color: rgb(8,80,93); }
H1.HeaderClassName
{
color: #08505D;
}
.AnyTagClassName
{
color: #08505D;
}
</style>
background-color css
<style>
a { background-color: #08505D; }
a { background-color: rgb(8,80,93); }
div.DivClassName
{
background-color: #08505D;
}
.BgClassName
{
background-color: #08505D;
}
</style>
border-color css
<style>
span { border-color: #08505D; }
span { border-color: rgb(8,80,93); }
td.TdClassName
{
border-color: #08505D;
}
.TagClassName
{
border-color: #08505D;
}
</style>