Shades of Sherpa Blue #095053
Tints of Sherpa Blue #095053
RGB
CMYK
RGB Variations
Color information
#095053 (or 0x095053) is known color: Sherpa Blue. HEX triplet: 09, 50 and 53. RGB value is (9,80,83). Sum of RGB (Red+Green+Blue) = 9+80+83=172 (22% of max value = 765). Red value is 9 (3.91% from 255 or 5.23% from 172); Green value is 80 (31.64% from 255 or 46.51% from 172); Blue value is 83 (32.81% from 255 or 48.26% from 172); Max value from RGB is 83 - color contains mainly: blue. Hex color #095053 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #095053 is #F6AFAC. Grayscale: #3B3B3B. Windows color (decimal): -16166829 or 5459977. OLE color: 5459977.
HSL color Cylindrical-coordinate representation of color #095053: hue angle of 182.43º degrees, saturation: 0.8, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #095053 is Cyan = 0.89, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 9 | 80 | 83 | - |
| CMYK | 0.89 | 0.04 | 0 | 0.67 |
| HSL | 182.43º | 0.8% | 0.18% | - |
| HSV(B) | 182.43º | 0.89% | 0.33% | - |
| XYZ | 4.54 | 6.42 | 9.18 | - |
| YUV | 59.11 | 141.48 | 92.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 80 | 83 | 0.89 | 0.04 | 0 | 0.67 | 182.43 | 0.8 | 0.18 |
| Hex | 9 | 50 | 53 | 59 | 4 | 0 | 43 | B6 | 50 | 12 |
| Octal | 11 | 120 | 123 | 131 | 4 | 0 | 103 | 266 | 120 | 22 |
| Binary | 1001 | 1010000 | 1010011 | 1011001 | 100 | 0 | 1000011 | 10110110 | 1010000 | 10010 |
Color Harmonies of #095053
Complementary color
Monochromatic Colors of #095053
Black with #095053
Text Example
Text Example
White with #095053
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #095053; }
p { color: rgb(9,80,83); }
H1.HeaderClassName
{
color: #095053;
}
.AnyTagClassName
{
color: #095053;
}
</style>
background-color css
<style>
a { background-color: #095053; }
a { background-color: rgb(9,80,83); }
div.DivClassName
{
background-color: #095053;
}
.BgClassName
{
background-color: #095053;
}
</style>
border-color css
<style>
span { border-color: #095053; }
span { border-color: rgb(9,80,83); }
td.TdClassName
{
border-color: #095053;
}
.TagClassName
{
border-color: #095053;
}
</style>