Shades of Sherpa Blue #09525B
Tints of Sherpa Blue #09525B
RGB
CMYK
RGB Variations
Color information
#09525B (or 0x09525B) is known color: Sherpa Blue. HEX triplet: 09, 52 and 5B. RGB value is (9,82,91). Sum of RGB (Red+Green+Blue) = 9+82+91=182 (24% of max value = 765). Red value is 9 (3.91% from 255 or 4.95% from 182); Green value is 82 (32.42% from 255 or 45.05% from 182); Blue value is 91 (35.94% from 255 or 50% from 182); Max value from RGB is 91 - color contains mainly: blue. Hex color #09525B is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #09525B is #F6ADA4. Grayscale: #3D3D3D. Windows color (decimal): -16166309 or 5984777. OLE color: 5984777.
HSL color Cylindrical-coordinate representation of color #09525B: hue angle of 186.59º 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 #09525B is Cyan = 0.90, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 9 | 82 | 91 | - |
| CMYK | 0.90 | 0.10 | 0 | 0.64 |
| HSL | 186.59º | 0.82% | 0.2% | - |
| HSV(B) | 186.59º | 0.9% | 0.36% | - |
| XYZ | 5.02 | 6.85 | 10.95 | - |
| YUV | 61.2 | 144.82 | 90.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 82 | 91 | 0.90 | 0.10 | 0 | 0.64 | 186.59 | 0.82 | 0.2 |
| Hex | 9 | 52 | 5B | 5A | A | 0 | 40 | BB | 52 | 14 |
| Octal | 11 | 122 | 133 | 132 | 12 | 0 | 100 | 273 | 122 | 24 |
| Binary | 1001 | 1010010 | 1011011 | 1011010 | 1010 | 0 | 1000000 | 10111011 | 1010010 | 10100 |
Color Harmonies of #09525B
Complementary color
Monochromatic Colors of #09525B
Black with #09525B
Text Example
Text Example
White with #09525B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #09525B; }
p { color: rgb(9,82,91); }
H1.HeaderClassName
{
color: #09525B;
}
.AnyTagClassName
{
color: #09525B;
}
</style>
background-color css
<style>
a { background-color: #09525B; }
a { background-color: rgb(9,82,91); }
div.DivClassName
{
background-color: #09525B;
}
.BgClassName
{
background-color: #09525B;
}
</style>
border-color css
<style>
span { border-color: #09525B; }
span { border-color: rgb(9,82,91); }
td.TdClassName
{
border-color: #09525B;
}
.TagClassName
{
border-color: #09525B;
}
</style>