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