Shades of Sherpa Blue #095453
Tints of Sherpa Blue #095453
RGB
CMYK
RGB Variations
Color information
#095453 (or 0x095453) is known color: Sherpa Blue. HEX triplet: 09, 54 and 53. RGB value is (9,84,83). Sum of RGB (Red+Green+Blue) = 9+84+83=176 (23% of max value = 765). Red value is 9 (3.91% from 255 or 5.11% from 176); Green value is 84 (33.20% from 255 or 47.73% from 176); Blue value is 83 (32.81% from 255 or 47.16% from 176); Max value from RGB is 84 - color contains mainly: green. Hex color #095453 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #095453 is #F6ABAC. Grayscale: #3D3D3D. Windows color (decimal): -16165805 or 5461001. OLE color: 5461001.
HSL color Cylindrical-coordinate representation of color #095453: hue angle of 179.2º degrees, saturation: 0.81, 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 #095453 is Cyan = 0.89, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 9 | 84 | 83 | - |
| CMYK | 0.89 | 0 | 0.01 | 0.67 |
| HSL | 179.2º | 0.81% | 0.18% | - |
| HSV(B) | 179.2º | 0.89% | 0.33% | - |
| XYZ | 4.84 | 7.02 | 9.28 | - |
| YUV | 61.46 | 140.15 | 90.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 84 | 83 | 0.89 | 0 | 0.01 | 0.67 | 179.2 | 0.81 | 0.18 |
| Hex | 9 | 54 | 53 | 59 | 0 | 1 | 43 | B3 | 51 | 12 |
| Octal | 11 | 124 | 123 | 131 | 0 | 1 | 103 | 263 | 121 | 22 |
| Binary | 1001 | 1010100 | 1010011 | 1011001 | 0 | 1 | 1000011 | 10110011 | 1010001 | 10010 |
Color Harmonies of #095453
Complementary color
Monochromatic Colors of #095453
Black with #095453
Text Example
Text Example
White with #095453
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #095453; }
p { color: rgb(9,84,83); }
H1.HeaderClassName
{
color: #095453;
}
.AnyTagClassName
{
color: #095453;
}
</style>
background-color css
<style>
a { background-color: #095453; }
a { background-color: rgb(9,84,83); }
div.DivClassName
{
background-color: #095453;
}
.BgClassName
{
background-color: #095453;
}
</style>
border-color css
<style>
span { border-color: #095453; }
span { border-color: rgb(9,84,83); }
td.TdClassName
{
border-color: #095453;
}
.TagClassName
{
border-color: #095453;
}
</style>