Shades of Sherpa Blue #115255
Tints of Sherpa Blue #115255
RGB
CMYK
RGB Variations
Color information
#115255 (or 0x115255) is known color: Sherpa Blue. HEX triplet: 11, 52 and 55. RGB value is (17,82,85). Sum of RGB (Red+Green+Blue) = 17+82+85=184 (24% of max value = 765). Red value is 17 (7.03% from 255 or 9.24% from 184); Green value is 82 (32.42% from 255 or 44.57% from 184); Blue value is 85 (33.59% from 255 or 46.20% from 184); Max value from RGB is 85 - color contains mainly: blue. Hex color #115255 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #115255 is #EEADAA. Grayscale: #3E3E3E. Windows color (decimal): -15642027 or 5591569. OLE color: 5591569.
HSL color Cylindrical-coordinate representation of color #115255: hue angle of 182.65º degrees, saturation: 0.67, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #115255 is Cyan = 0.80, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 17 | 82 | 85 | - |
| CMYK | 0.80 | 0.04 | 0 | 0.67 |
| HSL | 182.65º | 0.67% | 0.2% | - |
| HSV(B) | 182.65º | 0.8% | 0.33% | - |
| XYZ | 4.89 | 6.81 | 9.65 | - |
| YUV | 62.91 | 140.47 | 95.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 82 | 85 | 0.80 | 0.04 | 0 | 0.67 | 182.65 | 0.67 | 0.2 |
| Hex | 11 | 52 | 55 | 50 | 4 | 0 | 43 | B7 | 43 | 14 |
| Octal | 21 | 122 | 125 | 120 | 4 | 0 | 103 | 267 | 103 | 24 |
| Binary | 10001 | 1010010 | 1010101 | 1010000 | 100 | 0 | 1000011 | 10110111 | 1000011 | 10100 |
Color Harmonies of #115255
Complementary color
Monochromatic Colors of #115255
Black with #115255
Text Example
Text Example
White with #115255
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #115255; }
p { color: rgb(17,82,85); }
H1.HeaderClassName
{
color: #115255;
}
.AnyTagClassName
{
color: #115255;
}
</style>
background-color css
<style>
a { background-color: #115255; }
a { background-color: rgb(17,82,85); }
div.DivClassName
{
background-color: #115255;
}
.BgClassName
{
background-color: #115255;
}
</style>
border-color css
<style>
span { border-color: #115255; }
span { border-color: rgb(17,82,85); }
td.TdClassName
{
border-color: #115255;
}
.TagClassName
{
border-color: #115255;
}
</style>