Shades of Sherpa Blue #095352
Tints of Sherpa Blue #095352
RGB
CMYK
RGB Variations
Color information
#095352 (or 0x095352) is known color: Sherpa Blue. HEX triplet: 09, 53 and 52. RGB value is (9,83,82). Sum of RGB (Red+Green+Blue) = 9+83+82=174 (23% of max value = 765). Red value is 9 (3.91% from 255 or 5.17% from 174); Green value is 83 (32.81% from 255 or 47.70% from 174); Blue value is 82 (32.42% from 255 or 47.13% from 174); Max value from RGB is 83 - color contains mainly: green. Hex color #095352 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #095352 is #F6ACAD. Grayscale: #3C3C3C. Windows color (decimal): -16166062 or 5395209. OLE color: 5395209.
HSL color Cylindrical-coordinate representation of color #095352: hue angle of 179.19º 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 #095352 is Cyan = 0.89, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 9 | 83 | 82 | - |
| CMYK | 0.89 | 0 | 0.01 | 0.67 |
| HSL | 179.19º | 0.8% | 0.18% | - |
| HSV(B) | 179.19º | 0.89% | 0.33% | - |
| XYZ | 4.73 | 6.85 | 9.06 | - |
| YUV | 60.76 | 139.98 | 91.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 83 | 82 | 0.89 | 0 | 0.01 | 0.67 | 179.19 | 0.8 | 0.18 |
| Hex | 9 | 53 | 52 | 59 | 0 | 1 | 43 | B3 | 50 | 12 |
| Octal | 11 | 123 | 122 | 131 | 0 | 1 | 103 | 263 | 120 | 22 |
| Binary | 1001 | 1010011 | 1010010 | 1011001 | 0 | 1 | 1000011 | 10110011 | 1010000 | 10010 |
Color Harmonies of #095352
Complementary color
Monochromatic Colors of #095352
Black with #095352
Text Example
Text Example
White with #095352
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #095352; }
p { color: rgb(9,83,82); }
H1.HeaderClassName
{
color: #095352;
}
.AnyTagClassName
{
color: #095352;
}
</style>
background-color css
<style>
a { background-color: #095352; }
a { background-color: rgb(9,83,82); }
div.DivClassName
{
background-color: #095352;
}
.BgClassName
{
background-color: #095352;
}
</style>
border-color css
<style>
span { border-color: #095352; }
span { border-color: rgb(9,83,82); }
td.TdClassName
{
border-color: #095352;
}
.TagClassName
{
border-color: #095352;
}
</style>