Shades of Sherpa Blue #005257
Tints of Sherpa Blue #005257
RGB
CMYK
RGB Variations
Color information
#005257 (or 0x005257) is known color: Sherpa Blue. HEX triplet: 00, 52 and 57. RGB value is (0,82,87). Sum of RGB (Red+Green+Blue) = 0+82+87=169 (22% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 169); Green value is 82 (32.42% from 255 or 48.52% from 169); Blue value is 87 (34.38% from 255 or 51.48% from 169); Max value from RGB is 87 - color contains mainly: blue. Hex color #005257 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #005257 is #FFADA8. Grayscale: #393939. Windows color (decimal): -16756137 or 5722624. OLE color: 5722624.
HSL color Cylindrical-coordinate representation of color #005257: hue angle of 183.45º degrees, saturation: 1, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 1%. Process color model (Four color, CMYK) of #005257 is Cyan = 1, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 0 | 82 | 87 | - |
| CMYK | 1 | 0.06 | 0 | 0.66 |
| HSL | 183.45º | 1% | 0.17% | - |
| HSV(B) | 183.45º | 1% | 0.34% | - |
| XYZ | 4.74 | 6.72 | 10.06 | - |
| YUV | 58.05 | 144.33 | 86.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 82 | 87 | 1 | 0.06 | 0 | 0.66 | 183.45 | 1 | 0.17 |
| Hex | 0 | 52 | 57 | 64 | 6 | 0 | 42 | B7 | 64 | 11 |
| Octal | 0 | 122 | 127 | 144 | 6 | 0 | 102 | 267 | 144 | 21 |
| Binary | 0 | 1010010 | 1010111 | 1100100 | 110 | 0 | 1000010 | 10110111 | 1100100 | 10001 |
Color Harmonies of #005257
Complementary color
Monochromatic Colors of #005257
Black with #005257
Text Example
Text Example
White with #005257
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #005257; }
p { color: rgb(0,82,87); }
H1.HeaderClassName
{
color: #005257;
}
.AnyTagClassName
{
color: #005257;
}
</style>
background-color css
<style>
a { background-color: #005257; }
a { background-color: rgb(0,82,87); }
div.DivClassName
{
background-color: #005257;
}
.BgClassName
{
background-color: #005257;
}
</style>
border-color css
<style>
span { border-color: #005257; }
span { border-color: rgb(0,82,87); }
td.TdClassName
{
border-color: #005257;
}
.TagClassName
{
border-color: #005257;
}
</style>