Shades of Sherpa Blue #09515C
Tints of Sherpa Blue #09515C
RGB
CMYK
RGB Variations
Color information
#09515C (or 0x09515C) is known color: Sherpa Blue. HEX triplet: 09, 51 and 5C. RGB value is (9,81,92). Sum of RGB (Red+Green+Blue) = 9+81+92=182 (24% of max value = 765). Red value is 9 (3.91% from 255 or 4.95% from 182); Green value is 81 (32.03% from 255 or 44.51% from 182); Blue value is 92 (36.33% from 255 or 50.55% from 182); Max value from RGB is 92 - color contains mainly: blue. Hex color #09515C is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #09515C is #F6AEA3. Grayscale: #3C3C3C. Windows color (decimal): -16166564 or 6050057. OLE color: 6050057.
HSL color Cylindrical-coordinate representation of color #09515C: hue angle of 187.95º 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 #09515C is Cyan = 0.90, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 9 | 81 | 92 | - |
| CMYK | 0.90 | 0.12 | 0 | 0.64 |
| HSL | 187.95º | 0.82% | 0.2% | - |
| HSV(B) | 187.95º | 0.9% | 0.36% | - |
| XYZ | 4.99 | 6.72 | 11.16 | - |
| YUV | 60.73 | 145.65 | 91.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 81 | 92 | 0.90 | 0.12 | 0 | 0.64 | 187.95 | 0.82 | 0.2 |
| Hex | 9 | 51 | 5C | 5A | C | 0 | 40 | BC | 52 | 14 |
| Octal | 11 | 121 | 134 | 132 | 14 | 0 | 100 | 274 | 122 | 24 |
| Binary | 1001 | 1010001 | 1011100 | 1011010 | 1100 | 0 | 1000000 | 10111100 | 1010010 | 10100 |
Color Harmonies of #09515C
Complementary color
Monochromatic Colors of #09515C
Black with #09515C
Text Example
Text Example
White with #09515C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #09515C; }
p { color: rgb(9,81,92); }
H1.HeaderClassName
{
color: #09515C;
}
.AnyTagClassName
{
color: #09515C;
}
</style>
background-color css
<style>
a { background-color: #09515C; }
a { background-color: rgb(9,81,92); }
div.DivClassName
{
background-color: #09515C;
}
.BgClassName
{
background-color: #09515C;
}
</style>
border-color css
<style>
span { border-color: #09515C; }
span { border-color: rgb(9,81,92); }
td.TdClassName
{
border-color: #09515C;
}
.TagClassName
{
border-color: #09515C;
}
</style>