Shades of Sherpa Blue #00505C
Tints of Sherpa Blue #00505C
RGB
CMYK
RGB Variations
Color information
#00505C (or 0x00505C) is known color: Sherpa Blue. HEX triplet: 00, 50 and 5C. RGB value is (0,80,92). Sum of RGB (Red+Green+Blue) = 0+80+92=172 (22% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 172); Green value is 80 (31.64% from 255 or 46.51% from 172); Blue value is 92 (36.33% from 255 or 53.49% from 172); Max value from RGB is 92 - color contains mainly: blue. Hex color #00505C is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #00505C is #FFAFA3. Grayscale: #393939. Windows color (decimal): -16756644 or 6049792. OLE color: 6049792.
HSL color Cylindrical-coordinate representation of color #00505C: hue angle of 187.83º 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 #00505C is Cyan = 1, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 0 | 80 | 92 | - |
| CMYK | 1 | 0.13 | 0 | 0.64 |
| HSL | 187.83º | 1% | 0.18% | - |
| HSV(B) | 187.83º | 1% | 0.36% | - |
| XYZ | 4.8 | 6.51 | 11.13 | - |
| YUV | 57.45 | 147.5 | 87.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 80 | 92 | 1 | 0.13 | 0 | 0.64 | 187.83 | 1 | 0.18 |
| Hex | 0 | 50 | 5C | 64 | D | 0 | 40 | BC | 64 | 12 |
| Octal | 0 | 120 | 134 | 144 | 15 | 0 | 100 | 274 | 144 | 22 |
| Binary | 0 | 1010000 | 1011100 | 1100100 | 1101 | 0 | 1000000 | 10111100 | 1100100 | 10010 |
Color Harmonies of #00505C
Complementary color
Monochromatic Colors of #00505C
Black with #00505C
Text Example
Text Example
White with #00505C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #00505C; }
p { color: rgb(0,80,92); }
H1.HeaderClassName
{
color: #00505C;
}
.AnyTagClassName
{
color: #00505C;
}
</style>
background-color css
<style>
a { background-color: #00505C; }
a { background-color: rgb(0,80,92); }
div.DivClassName
{
background-color: #00505C;
}
.BgClassName
{
background-color: #00505C;
}
</style>
border-color css
<style>
span { border-color: #00505C; }
span { border-color: rgb(0,80,92); }
td.TdClassName
{
border-color: #00505C;
}
.TagClassName
{
border-color: #00505C;
}
</style>