Shades of Sherpa Blue #09505B
Tints of Sherpa Blue #09505B
RGB
CMYK
RGB Variations
Color information
#09505B (or 0x09505B) is known color: Sherpa Blue. HEX triplet: 09, 50 and 5B. RGB value is (9,80,91). Sum of RGB (Red+Green+Blue) = 9+80+91=180 (23% of max value = 765). Red value is 9 (3.91% from 255 or 5% from 180); Green value is 80 (31.64% from 255 or 44.44% 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 #09505B is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #09505B is #F6AFA4. Grayscale: #3B3B3B. Windows color (decimal): -16166821 or 5984265. OLE color: 5984265.
HSL color Cylindrical-coordinate representation of color #09505B: hue angle of 188.05º degrees, saturation: 0.82, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #09505B is Cyan = 0.90, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 9 | 80 | 91 | - |
| CMYK | 0.90 | 0.12 | 0 | 0.64 |
| HSL | 188.05º | 0.82% | 0.2% | - |
| HSV(B) | 188.05º | 0.9% | 0.36% | - |
| XYZ | 4.87 | 6.55 | 10.91 | - |
| YUV | 60.03 | 145.48 | 91.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 80 | 91 | 0.90 | 0.12 | 0 | 0.64 | 188.05 | 0.82 | 0.2 |
| Hex | 9 | 50 | 5B | 5A | C | 0 | 40 | BC | 52 | 14 |
| Octal | 11 | 120 | 133 | 132 | 14 | 0 | 100 | 274 | 122 | 24 |
| Binary | 1001 | 1010000 | 1011011 | 1011010 | 1100 | 0 | 1000000 | 10111100 | 1010010 | 10100 |
Color Harmonies of #09505B
Complementary color
Monochromatic Colors of #09505B
Black with #09505B
Text Example
Text Example
White with #09505B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #09505B; }
p { color: rgb(9,80,91); }
H1.HeaderClassName
{
color: #09505B;
}
.AnyTagClassName
{
color: #09505B;
}
</style>
background-color css
<style>
a { background-color: #09505B; }
a { background-color: rgb(9,80,91); }
div.DivClassName
{
background-color: #09505B;
}
.BgClassName
{
background-color: #09505B;
}
</style>
border-color css
<style>
span { border-color: #09505B; }
span { border-color: rgb(9,80,91); }
td.TdClassName
{
border-color: #09505B;
}
.TagClassName
{
border-color: #09505B;
}
</style>