Shades of Sherpa Blue #005453
Tints of Sherpa Blue #005453
RGB
CMYK
RGB Variations
Color information
#005453 (or 0x005453) is known color: Sherpa Blue. HEX triplet: 00, 54 and 53. RGB value is (0,84,83). Sum of RGB (Red+Green+Blue) = 0+84+83=167 (22% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 167); Green value is 84 (33.20% from 255 or 50.30% from 167); Blue value is 83 (32.81% from 255 or 49.70% from 167); Max value from RGB is 84 - color contains mainly: green. Hex color #005453 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #005453 is #FFABAC. Grayscale: #3A3A3A. Windows color (decimal): -16755629 or 5460992. OLE color: 5460992.
HSL color Cylindrical-coordinate representation of color #005453: hue angle of 179.29º 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 #005453 is Cyan = 1, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 0 | 84 | 83 | - |
| CMYK | 1 | 0 | 0.01 | 0.67 |
| HSL | 179.29º | 1% | 0.16% | - |
| HSV(B) | 179.29º | 1% | 0.33% | - |
| XYZ | 4.73 | 6.97 | 9.28 | - |
| YUV | 58.77 | 141.67 | 86.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 84 | 83 | 1 | 0 | 0.01 | 0.67 | 179.29 | 1 | 0.16 |
| Hex | 0 | 54 | 53 | 64 | 0 | 1 | 43 | B3 | 64 | 10 |
| Octal | 0 | 124 | 123 | 144 | 0 | 1 | 103 | 263 | 144 | 20 |
| Binary | 0 | 1010100 | 1010011 | 1100100 | 0 | 1 | 1000011 | 10110011 | 1100100 | 10000 |
Color Harmonies of #005453
Complementary color
Monochromatic Colors of #005453
Black with #005453
Text Example
Text Example
White with #005453
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #005453; }
p { color: rgb(0,84,83); }
H1.HeaderClassName
{
color: #005453;
}
.AnyTagClassName
{
color: #005453;
}
</style>
background-color css
<style>
a { background-color: #005453; }
a { background-color: rgb(0,84,83); }
div.DivClassName
{
background-color: #005453;
}
.BgClassName
{
background-color: #005453;
}
</style>
border-color css
<style>
span { border-color: #005453; }
span { border-color: rgb(0,84,83); }
td.TdClassName
{
border-color: #005453;
}
.TagClassName
{
border-color: #005453;
}
</style>