Shades of Sherpa Blue #00505B
Tints of Sherpa Blue #00505B
RGB
CMYK
RGB Variations
Color information
#00505B (or 0x00505B) is known color: Sherpa Blue. HEX triplet: 00, 50 and 5B. RGB value is (0,80,91). Sum of RGB (Red+Green+Blue) = 0+80+91=171 (22% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 171); Green value is 80 (31.64% from 255 or 46.78% from 171); Blue value is 91 (35.94% from 255 or 53.22% from 171); Max value from RGB is 91 - color contains mainly: blue. Hex color #00505B is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #00505B is #FFAFA4. Grayscale: #393939. Windows color (decimal): -16756645 or 5984256. OLE color: 5984256.
HSL color Cylindrical-coordinate representation of color #00505B: hue angle of 187.25º degrees, saturation: 1, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 1%. Process color model (Four color, CMYK) of #00505B is Cyan = 1, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 0 | 80 | 91 | - |
| CMYK | 1 | 0.12 | 0 | 0.64 |
| HSL | 187.25º | 1% | 0.18% | - |
| HSV(B) | 187.25º | 1% | 0.36% | - |
| XYZ | 4.76 | 6.49 | 10.9 | - |
| YUV | 57.33 | 147 | 87.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 80 | 91 | 1 | 0.12 | 0 | 0.64 | 187.25 | 1 | 0.18 |
| Hex | 0 | 50 | 5B | 64 | C | 0 | 40 | BB | 64 | 12 |
| Octal | 0 | 120 | 133 | 144 | 14 | 0 | 100 | 273 | 144 | 22 |
| Binary | 0 | 1010000 | 1011011 | 1100100 | 1100 | 0 | 1000000 | 10111011 | 1100100 | 10010 |
Color Harmonies of #00505B
Complementary color
Monochromatic Colors of #00505B
Black with #00505B
Text Example
Text Example
White with #00505B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #00505B; }
p { color: rgb(0,80,91); }
H1.HeaderClassName
{
color: #00505B;
}
.AnyTagClassName
{
color: #00505B;
}
</style>
background-color css
<style>
a { background-color: #00505B; }
a { background-color: rgb(0,80,91); }
div.DivClassName
{
background-color: #00505B;
}
.BgClassName
{
background-color: #00505B;
}
</style>
border-color css
<style>
span { border-color: #00505B; }
span { border-color: rgb(0,80,91); }
td.TdClassName
{
border-color: #00505B;
}
.TagClassName
{
border-color: #00505B;
}
</style>