Shades of Sherpa Blue #005355
Tints of Sherpa Blue #005355
RGB
CMYK
RGB Variations
Color information
#005355 (or 0x005355) is known color: Sherpa Blue. HEX triplet: 00, 53 and 55. RGB value is (0,83,85). Sum of RGB (Red+Green+Blue) = 0+83+85=168 (22% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 168); Green value is 83 (32.81% from 255 or 49.40% from 168); Blue value is 85 (33.59% from 255 or 50.60% from 168); Max value from RGB is 85 - color contains mainly: blue. Hex color #005355 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #005355 is #FFACAA. Grayscale: #3A3A3A. Windows color (decimal): -16755883 or 5591808. OLE color: 5591808.
HSL color Cylindrical-coordinate representation of color #005355: hue angle of 181.41º 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 #005355 is Cyan = 1, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 0 | 83 | 85 | - |
| CMYK | 1 | 0.02 | 0 | 0.67 |
| HSL | 181.41º | 1% | 0.17% | - |
| HSV(B) | 181.41º | 1% | 0.33% | - |
| XYZ | 4.73 | 6.84 | 9.67 | - |
| YUV | 58.41 | 143 | 86.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 83 | 85 | 1 | 0.02 | 0 | 0.67 | 181.41 | 1 | 0.17 |
| Hex | 0 | 53 | 55 | 64 | 2 | 0 | 43 | B5 | 64 | 11 |
| Octal | 0 | 123 | 125 | 144 | 2 | 0 | 103 | 265 | 144 | 21 |
| Binary | 0 | 1010011 | 1010101 | 1100100 | 10 | 0 | 1000011 | 10110101 | 1100100 | 10001 |
Color Harmonies of #005355
Complementary color
Monochromatic Colors of #005355
Black with #005355
Text Example
Text Example
White with #005355
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #005355; }
p { color: rgb(0,83,85); }
H1.HeaderClassName
{
color: #005355;
}
.AnyTagClassName
{
color: #005355;
}
</style>
background-color css
<style>
a { background-color: #005355; }
a { background-color: rgb(0,83,85); }
div.DivClassName
{
background-color: #005355;
}
.BgClassName
{
background-color: #005355;
}
</style>
border-color css
<style>
span { border-color: #005355; }
span { border-color: rgb(0,83,85); }
td.TdClassName
{
border-color: #005355;
}
.TagClassName
{
border-color: #005355;
}
</style>