Shades of Sherpa Blue #09535B
Tints of Sherpa Blue #09535B
RGB
CMYK
RGB Variations
Color information
#09535B (or 0x09535B) is known color: Sherpa Blue. HEX triplet: 09, 53 and 5B. RGB value is (9,83,91). Sum of RGB (Red+Green+Blue) = 9+83+91=183 (24% of max value = 765). Red value is 9 (3.91% from 255 or 4.92% from 183); Green value is 83 (32.81% from 255 or 45.36% from 183); Blue value is 91 (35.94% from 255 or 49.73% from 183); Max value from RGB is 91 - color contains mainly: blue. Hex color #09535B is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #09535B is #F6ACA4. Grayscale: #3D3D3D. Windows color (decimal): -16166053 or 5985033. OLE color: 5985033.
HSL color Cylindrical-coordinate representation of color #09535B: hue angle of 185.85º 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 #09535B is Cyan = 0.90, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 9 | 83 | 91 | - |
| CMYK | 0.90 | 0.09 | 0 | 0.64 |
| HSL | 185.85º | 0.82% | 0.2% | - |
| HSV(B) | 185.85º | 0.9% | 0.36% | - |
| XYZ | 5.09 | 7 | 10.98 | - |
| YUV | 61.79 | 144.48 | 90.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 83 | 91 | 0.90 | 0.09 | 0 | 0.64 | 185.85 | 0.82 | 0.2 |
| Hex | 9 | 53 | 5B | 5A | 9 | 0 | 40 | BA | 52 | 14 |
| Octal | 11 | 123 | 133 | 132 | 11 | 0 | 100 | 272 | 122 | 24 |
| Binary | 1001 | 1010011 | 1011011 | 1011010 | 1001 | 0 | 1000000 | 10111010 | 1010010 | 10100 |
Color Harmonies of #09535B
Complementary color
Monochromatic Colors of #09535B
Black with #09535B
Text Example
Text Example
White with #09535B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #09535B; }
p { color: rgb(9,83,91); }
H1.HeaderClassName
{
color: #09535B;
}
.AnyTagClassName
{
color: #09535B;
}
</style>
background-color css
<style>
a { background-color: #09535B; }
a { background-color: rgb(9,83,91); }
div.DivClassName
{
background-color: #09535B;
}
.BgClassName
{
background-color: #09535B;
}
</style>
border-color css
<style>
span { border-color: #09535B; }
span { border-color: rgb(9,83,91); }
td.TdClassName
{
border-color: #09535B;
}
.TagClassName
{
border-color: #09535B;
}
</style>