Shades of Sherpa Blue #05525C
Tints of Sherpa Blue #05525C
RGB
CMYK
RGB Variations
Color information
#05525C (or 0x05525C) is known color: Sherpa Blue. HEX triplet: 05, 52 and 5C. RGB value is (5,82,92). Sum of RGB (Red+Green+Blue) = 5+82+92=179 (23% of max value = 765). Red value is 5 (2.34% from 255 or 2.79% from 179); Green value is 82 (32.42% from 255 or 45.81% from 179); Blue value is 92 (36.33% from 255 or 51.40% from 179); Max value from RGB is 92 - color contains mainly: blue. Hex color #05525C is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #05525C is #FAADA3. Grayscale: #3B3B3B. Windows color (decimal): -16428452 or 6050309. OLE color: 6050309.
HSL color Cylindrical-coordinate representation of color #05525C: hue angle of 186.9º degrees, saturation: 0.9, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #05525C is Cyan = 0.95, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 5 | 82 | 92 | - |
| CMYK | 0.95 | 0.11 | 0 | 0.64 |
| HSL | 186.9º | 0.9% | 0.19% | - |
| HSV(B) | 186.9º | 0.95% | 0.36% | - |
| XYZ | 5.01 | 6.84 | 11.18 | - |
| YUV | 60.12 | 145.99 | 88.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 82 | 92 | 0.95 | 0.11 | 0 | 0.64 | 186.9 | 0.9 | 0.19 |
| Hex | 5 | 52 | 5C | 5F | B | 0 | 40 | BB | 5A | 13 |
| Octal | 5 | 122 | 134 | 137 | 13 | 0 | 100 | 273 | 132 | 23 |
| Binary | 101 | 1010010 | 1011100 | 1011111 | 1011 | 0 | 1000000 | 10111011 | 1011010 | 10011 |
Color Harmonies of #05525C
Complementary color
Monochromatic Colors of #05525C
Black with #05525C
Text Example
Text Example
White with #05525C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #05525C; }
p { color: rgb(5,82,92); }
H1.HeaderClassName
{
color: #05525C;
}
.AnyTagClassName
{
color: #05525C;
}
</style>
background-color css
<style>
a { background-color: #05525C; }
a { background-color: rgb(5,82,92); }
div.DivClassName
{
background-color: #05525C;
}
.BgClassName
{
background-color: #05525C;
}
</style>
border-color css
<style>
span { border-color: #05525C; }
span { border-color: rgb(5,82,92); }
td.TdClassName
{
border-color: #05525C;
}
.TagClassName
{
border-color: #05525C;
}
</style>