Shades of Sherpa Blue #005153
Tints of Sherpa Blue #005153
RGB
CMYK
RGB Variations
Color information
#005153 (or 0x005153) is known color: Sherpa Blue. HEX triplet: 00, 51 and 53. RGB value is (0,81,83). Sum of RGB (Red+Green+Blue) = 0+81+83=164 (21% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 164); Green value is 81 (32.03% from 255 or 49.39% from 164); Blue value is 83 (32.81% from 255 or 50.61% from 164); Max value from RGB is 83 - color contains mainly: blue. Hex color #005153 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #005153 is #FFAEAC. Grayscale: #383838. Windows color (decimal): -16756397 or 5460224. OLE color: 5460224.
HSL color Cylindrical-coordinate representation of color #005153: hue angle of 181.45º degrees, saturation: 1, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 1%. Process color model (Four color, CMYK) of #005153 is Cyan = 1, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 0 | 81 | 83 | - |
| CMYK | 1 | 0.02 | 0 | 0.67 |
| HSL | 181.45º | 1% | 0.16% | - |
| HSV(B) | 181.45º | 1% | 0.33% | - |
| XYZ | 4.5 | 6.51 | 9.2 | - |
| YUV | 57.01 | 142.66 | 87.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 81 | 83 | 1 | 0.02 | 0 | 0.67 | 181.45 | 1 | 0.16 |
| Hex | 0 | 51 | 53 | 64 | 2 | 0 | 43 | B5 | 64 | 10 |
| Octal | 0 | 121 | 123 | 144 | 2 | 0 | 103 | 265 | 144 | 20 |
| Binary | 0 | 1010001 | 1010011 | 1100100 | 10 | 0 | 1000011 | 10110101 | 1100100 | 10000 |
Color Harmonies of #005153
Complementary color
Monochromatic Colors of #005153
Black with #005153
Text Example
Text Example
White with #005153
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #005153; }
p { color: rgb(0,81,83); }
H1.HeaderClassName
{
color: #005153;
}
.AnyTagClassName
{
color: #005153;
}
</style>
background-color css
<style>
a { background-color: #005153; }
a { background-color: rgb(0,81,83); }
div.DivClassName
{
background-color: #005153;
}
.BgClassName
{
background-color: #005153;
}
</style>
border-color css
<style>
span { border-color: #005153; }
span { border-color: rgb(0,81,83); }
td.TdClassName
{
border-color: #005153;
}
.TagClassName
{
border-color: #005153;
}
</style>