Shades of Sherpa Blue #095357
Tints of Sherpa Blue #095357
RGB
CMYK
RGB Variations
Color information
#095357 (or 0x095357) is known color: Sherpa Blue. HEX triplet: 09, 53 and 57. RGB value is (9,83,87). Sum of RGB (Red+Green+Blue) = 9+83+87=179 (23% of max value = 765). Red value is 9 (3.91% from 255 or 5.03% from 179); Green value is 83 (32.81% from 255 or 46.37% from 179); Blue value is 87 (34.38% from 255 or 48.60% from 179); Max value from RGB is 87 - color contains mainly: blue. Hex color #095357 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #095357 is #F6ACA8. Grayscale: #3D3D3D. Windows color (decimal): -16166057 or 5722889. OLE color: 5722889.
HSL color Cylindrical-coordinate representation of color #095357: hue angle of 183.08º degrees, saturation: 0.81, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #095357 is Cyan = 0.90, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 9 | 83 | 87 | - |
| CMYK | 0.90 | 0.05 | 0 | 0.66 |
| HSL | 183.08º | 0.81% | 0.19% | - |
| HSV(B) | 183.08º | 0.9% | 0.34% | - |
| XYZ | 4.93 | 6.93 | 10.1 | - |
| YUV | 61.33 | 142.48 | 90.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 83 | 87 | 0.90 | 0.05 | 0 | 0.66 | 183.08 | 0.81 | 0.19 |
| Hex | 9 | 53 | 57 | 5A | 5 | 0 | 42 | B7 | 51 | 13 |
| Octal | 11 | 123 | 127 | 132 | 5 | 0 | 102 | 267 | 121 | 23 |
| Binary | 1001 | 1010011 | 1010111 | 1011010 | 101 | 0 | 1000010 | 10110111 | 1010001 | 10011 |
Color Harmonies of #095357
Complementary color
Monochromatic Colors of #095357
Black with #095357
Text Example
Text Example
White with #095357
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #095357; }
p { color: rgb(9,83,87); }
H1.HeaderClassName
{
color: #095357;
}
.AnyTagClassName
{
color: #095357;
}
</style>
background-color css
<style>
a { background-color: #095357; }
a { background-color: rgb(9,83,87); }
div.DivClassName
{
background-color: #095357;
}
.BgClassName
{
background-color: #095357;
}
</style>
border-color css
<style>
span { border-color: #095357; }
span { border-color: rgb(9,83,87); }
td.TdClassName
{
border-color: #095357;
}
.TagClassName
{
border-color: #095357;
}
</style>