Shades of Sherpa Blue #005350
Tints of Sherpa Blue #005350
RGB
CMYK
RGB Variations
Color information
#005350 (or 0x005350) is known color: Sherpa Blue. HEX triplet: 00, 53 and 50. RGB value is (0,83,80). Sum of RGB (Red+Green+Blue) = 0+83+80=163 (21% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 163); Green value is 83 (32.81% from 255 or 50.92% from 163); Blue value is 80 (31.64% from 255 or 49.08% from 163); Max value from RGB is 83 - color contains mainly: green. Hex color #005350 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #005350 is #FFACAF. Grayscale: #393939. Windows color (decimal): -16755888 or 5264128. OLE color: 5264128.
HSL color Cylindrical-coordinate representation of color #005350: hue angle of 177.83º 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 #005350 is Cyan = 1, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 0 | 83 | 80 | - |
| CMYK | 1 | 0 | 0.04 | 0.67 |
| HSL | 177.83º | 1% | 0.16% | - |
| HSV(B) | 177.83º | 1% | 0.33% | - |
| XYZ | 4.54 | 6.77 | 8.66 | - |
| YUV | 57.84 | 140.5 | 86.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 83 | 80 | 1 | 0 | 0.04 | 0.67 | 177.83 | 1 | 0.16 |
| Hex | 0 | 53 | 50 | 64 | 0 | 4 | 43 | B2 | 64 | 10 |
| Octal | 0 | 123 | 120 | 144 | 0 | 4 | 103 | 262 | 144 | 20 |
| Binary | 0 | 1010011 | 1010000 | 1100100 | 0 | 100 | 1000011 | 10110010 | 1100100 | 10000 |
Color Harmonies of #005350
Complementary color
Monochromatic Colors of #005350
Black with #005350
Text Example
Text Example
White with #005350
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #005350; }
p { color: rgb(0,83,80); }
H1.HeaderClassName
{
color: #005350;
}
.AnyTagClassName
{
color: #005350;
}
</style>
background-color css
<style>
a { background-color: #005350; }
a { background-color: rgb(0,83,80); }
div.DivClassName
{
background-color: #005350;
}
.BgClassName
{
background-color: #005350;
}
</style>
border-color css
<style>
span { border-color: #005350; }
span { border-color: rgb(0,83,80); }
td.TdClassName
{
border-color: #005350;
}
.TagClassName
{
border-color: #005350;
}
</style>