Shades of Sherpa Blue #005055
Tints of Sherpa Blue #005055
RGB
CMYK
RGB Variations
Color information
#005055 (or 0x005055) is known color: Sherpa Blue. HEX triplet: 00, 50 and 55. RGB value is (0,80,85). Sum of RGB (Red+Green+Blue) = 0+80+85=165 (21% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 165); Green value is 80 (31.64% from 255 or 48.48% from 165); Blue value is 85 (33.59% from 255 or 51.52% from 165); Max value from RGB is 85 - color contains mainly: blue. Hex color #005055 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #005055 is #FFAFAA. Grayscale: #383838. Windows color (decimal): -16756651 or 5591040. OLE color: 5591040.
HSL color Cylindrical-coordinate representation of color #005055: hue angle of 183.53º degrees, saturation: 1, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 1%. Process color model (Four color, CMYK) of #005055 is Cyan = 1, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 0 | 80 | 85 | - |
| CMYK | 1 | 0.06 | 0 | 0.67 |
| HSL | 183.53º | 1% | 0.17% | - |
| HSV(B) | 183.53º | 1% | 0.33% | - |
| XYZ | 4.51 | 6.39 | 9.59 | - |
| YUV | 56.65 | 144 | 87.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 80 | 85 | 1 | 0.06 | 0 | 0.67 | 183.53 | 1 | 0.17 |
| Hex | 0 | 50 | 55 | 64 | 6 | 0 | 43 | B8 | 64 | 11 |
| Octal | 0 | 120 | 125 | 144 | 6 | 0 | 103 | 270 | 144 | 21 |
| Binary | 0 | 1010000 | 1010101 | 1100100 | 110 | 0 | 1000011 | 10111000 | 1100100 | 10001 |
Color Harmonies of #005055
Complementary color
Monochromatic Colors of #005055
Black with #005055
Text Example
Text Example
White with #005055
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #005055; }
p { color: rgb(0,80,85); }
H1.HeaderClassName
{
color: #005055;
}
.AnyTagClassName
{
color: #005055;
}
</style>
background-color css
<style>
a { background-color: #005055; }
a { background-color: rgb(0,80,85); }
div.DivClassName
{
background-color: #005055;
}
.BgClassName
{
background-color: #005055;
}
</style>
border-color css
<style>
span { border-color: #005055; }
span { border-color: rgb(0,80,85); }
td.TdClassName
{
border-color: #005055;
}
.TagClassName
{
border-color: #005055;
}
</style>