Shades of Sherpa Blue #095350
Tints of Sherpa Blue #095350
RGB
CMYK
RGB Variations
Color information
#095350 (or 0x095350) is known color: Sherpa Blue. HEX triplet: 09, 53 and 50. RGB value is (9,83,80). Sum of RGB (Red+Green+Blue) = 9+83+80=172 (22% of max value = 765). Red value is 9 (3.91% from 255 or 5.23% from 172); Green value is 83 (32.81% from 255 or 48.26% from 172); Blue value is 80 (31.64% from 255 or 46.51% from 172); Max value from RGB is 83 - color contains mainly: green. Hex color #095350 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #095350 is #F6ACAF. Grayscale: #3C3C3C. Windows color (decimal): -16166064 or 5264137. OLE color: 5264137.
HSL color Cylindrical-coordinate representation of color #095350: hue angle of 177.57º 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 #095350 is Cyan = 0.89, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 9 | 83 | 80 | - |
| CMYK | 0.89 | 0 | 0.04 | 0.67 |
| HSL | 177.57º | 0.8% | 0.18% | - |
| HSV(B) | 177.57º | 0.89% | 0.33% | - |
| XYZ | 4.65 | 6.82 | 8.66 | - |
| YUV | 60.53 | 138.98 | 91.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 83 | 80 | 0.89 | 0 | 0.04 | 0.67 | 177.57 | 0.8 | 0.18 |
| Hex | 9 | 53 | 50 | 59 | 0 | 4 | 43 | B2 | 50 | 12 |
| Octal | 11 | 123 | 120 | 131 | 0 | 4 | 103 | 262 | 120 | 22 |
| Binary | 1001 | 1010011 | 1010000 | 1011001 | 0 | 100 | 1000011 | 10110010 | 1010000 | 10010 |
Color Harmonies of #095350
Complementary color
Monochromatic Colors of #095350
Black with #095350
Text Example
Text Example
White with #095350
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #095350; }
p { color: rgb(9,83,80); }
H1.HeaderClassName
{
color: #095350;
}
.AnyTagClassName
{
color: #095350;
}
</style>
background-color css
<style>
a { background-color: #095350; }
a { background-color: rgb(9,83,80); }
div.DivClassName
{
background-color: #095350;
}
.BgClassName
{
background-color: #095350;
}
</style>
border-color css
<style>
span { border-color: #095350; }
span { border-color: rgb(9,83,80); }
td.TdClassName
{
border-color: #095350;
}
.TagClassName
{
border-color: #095350;
}
</style>