Shades of Sherpa Blue #05525E
Tints of Sherpa Blue #05525E
RGB
CMYK
RGB Variations
Color information
#05525E (or 0x05525E) is known color: Sherpa Blue. HEX triplet: 05, 52 and 5E. RGB value is (5,82,94). Sum of RGB (Red+Green+Blue) = 5+82+94=181 (23% of max value = 765). Red value is 5 (2.34% from 255 or 2.76% from 181); Green value is 82 (32.42% from 255 or 45.30% from 181); Blue value is 94 (37.11% from 255 or 51.93% from 181); Max value from RGB is 94 - color contains mainly: blue. Hex color #05525E is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #05525E is #FAADA1. Grayscale: #3C3C3C. Windows color (decimal): -16428450 or 6181381. OLE color: 6181381.
HSL color Cylindrical-coordinate representation of color #05525E: hue angle of 188.09º degrees, saturation: 0.9, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #05525E is Cyan = 0.95, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 5 | 82 | 94 | - |
| CMYK | 0.95 | 0.13 | 0 | 0.63 |
| HSL | 188.09º | 0.9% | 0.19% | - |
| HSV(B) | 188.09º | 0.95% | 0.37% | - |
| XYZ | 5.1 | 6.88 | 11.65 | - |
| YUV | 60.35 | 146.99 | 88.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 82 | 94 | 0.95 | 0.13 | 0 | 0.63 | 188.09 | 0.9 | 0.19 |
| Hex | 5 | 52 | 5E | 5F | D | 0 | 3F | BC | 5A | 13 |
| Octal | 5 | 122 | 136 | 137 | 15 | 0 | 77 | 274 | 132 | 23 |
| Binary | 101 | 1010010 | 1011110 | 1011111 | 1101 | 0 | 111111 | 10111100 | 1011010 | 10011 |
Color Harmonies of #05525E
Complementary color
Monochromatic Colors of #05525E
Black with #05525E
Text Example
Text Example
White with #05525E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #05525E; }
p { color: rgb(5,82,94); }
H1.HeaderClassName
{
color: #05525E;
}
.AnyTagClassName
{
color: #05525E;
}
</style>
background-color css
<style>
a { background-color: #05525E; }
a { background-color: rgb(5,82,94); }
div.DivClassName
{
background-color: #05525E;
}
.BgClassName
{
background-color: #05525E;
}
</style>
border-color css
<style>
span { border-color: #05525E; }
span { border-color: rgb(5,82,94); }
td.TdClassName
{
border-color: #05525E;
}
.TagClassName
{
border-color: #05525E;
}
</style>