Shades of Sherpa Blue #005452
Tints of Sherpa Blue #005452
RGB
CMYK
RGB Variations
Color information
#005452 (or 0x005452) is known color: Sherpa Blue. HEX triplet: 00, 54 and 52. RGB value is (0,84,82). Sum of RGB (Red+Green+Blue) = 0+84+82=166 (21% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 166); Green value is 84 (33.20% from 255 or 50.60% from 166); Blue value is 82 (32.42% from 255 or 49.40% from 166); Max value from RGB is 84 - color contains mainly: green. Hex color #005452 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #005452 is #FFABAD. Grayscale: #3A3A3A. Windows color (decimal): -16755630 or 5395456. OLE color: 5395456.
HSL color Cylindrical-coordinate representation of color #005452: hue angle of 178.57º 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 #005452 is Cyan = 1, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 0 | 84 | 82 | - |
| CMYK | 1 | 0 | 0.02 | 0.67 |
| HSL | 178.57º | 1% | 0.16% | - |
| HSV(B) | 178.57º | 1% | 0.33% | - |
| XYZ | 4.69 | 6.95 | 9.08 | - |
| YUV | 58.66 | 141.17 | 86.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 84 | 82 | 1 | 0 | 0.02 | 0.67 | 178.57 | 1 | 0.16 |
| Hex | 0 | 54 | 52 | 64 | 0 | 2 | 43 | B3 | 64 | 10 |
| Octal | 0 | 124 | 122 | 144 | 0 | 2 | 103 | 263 | 144 | 20 |
| Binary | 0 | 1010100 | 1010010 | 1100100 | 0 | 10 | 1000011 | 10110011 | 1100100 | 10000 |
Color Harmonies of #005452
Complementary color
Monochromatic Colors of #005452
Black with #005452
Text Example
Text Example
White with #005452
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #005452; }
p { color: rgb(0,84,82); }
H1.HeaderClassName
{
color: #005452;
}
.AnyTagClassName
{
color: #005452;
}
</style>
background-color css
<style>
a { background-color: #005452; }
a { background-color: rgb(0,84,82); }
div.DivClassName
{
background-color: #005452;
}
.BgClassName
{
background-color: #005452;
}
</style>
border-color css
<style>
span { border-color: #005452; }
span { border-color: rgb(0,84,82); }
td.TdClassName
{
border-color: #005452;
}
.TagClassName
{
border-color: #005452;
}
</style>