Shades of Sherpa Blue #00505A
Tints of Sherpa Blue #00505A
RGB
CMYK
RGB Variations
Color information
#00505A (or 0x00505A) is known color: Sherpa Blue. HEX triplet: 00, 50 and 5A. RGB value is (0,80,90). Sum of RGB (Red+Green+Blue) = 0+80+90=170 (22% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 170); Green value is 80 (31.64% from 255 or 47.06% from 170); Blue value is 90 (35.55% from 255 or 52.94% from 170); Max value from RGB is 90 - color contains mainly: blue. Hex color #00505A is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #00505A is #FFAFA5. Grayscale: #393939. Windows color (decimal): -16756646 or 5918720. OLE color: 5918720.
HSL color Cylindrical-coordinate representation of color #00505A: hue angle of 186.67º degrees, saturation: 1, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 1%. Process color model (Four color, CMYK) of #00505A is Cyan = 1, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 0 | 80 | 90 | - |
| CMYK | 1 | 0.11 | 0 | 0.65 |
| HSL | 186.67º | 1% | 0.18% | - |
| HSV(B) | 186.67º | 1% | 0.35% | - |
| XYZ | 4.71 | 6.48 | 10.67 | - |
| YUV | 57.22 | 146.5 | 87.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 80 | 90 | 1 | 0.11 | 0 | 0.65 | 186.67 | 1 | 0.18 |
| Hex | 0 | 50 | 5A | 64 | B | 0 | 41 | BB | 64 | 12 |
| Octal | 0 | 120 | 132 | 144 | 13 | 0 | 101 | 273 | 144 | 22 |
| Binary | 0 | 1010000 | 1011010 | 1100100 | 1011 | 0 | 1000001 | 10111011 | 1100100 | 10010 |
Color Harmonies of #00505A
Complementary color
Monochromatic Colors of #00505A
Black with #00505A
Text Example
Text Example
White with #00505A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #00505A; }
p { color: rgb(0,80,90); }
H1.HeaderClassName
{
color: #00505A;
}
.AnyTagClassName
{
color: #00505A;
}
</style>
background-color css
<style>
a { background-color: #00505A; }
a { background-color: rgb(0,80,90); }
div.DivClassName
{
background-color: #00505A;
}
.BgClassName
{
background-color: #00505A;
}
</style>
border-color css
<style>
span { border-color: #00505A; }
span { border-color: rgb(0,80,90); }
td.TdClassName
{
border-color: #00505A;
}
.TagClassName
{
border-color: #00505A;
}
</style>