Shades of Sherpa Blue #005352
Tints of Sherpa Blue #005352
RGB
CMYK
RGB Variations
Color information
#005352 (or 0x005352) is known color: Sherpa Blue. HEX triplet: 00, 53 and 52. RGB value is (0,83,82). Sum of RGB (Red+Green+Blue) = 0+83+82=165 (21% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 165); Green value is 83 (32.81% from 255 or 50.30% from 165); Blue value is 82 (32.42% from 255 or 49.70% from 165); Max value from RGB is 83 - color contains mainly: green. Hex color #005352 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #005352 is #FFACAD. Grayscale: #393939. Windows color (decimal): -16755886 or 5395200. OLE color: 5395200.
HSL color Cylindrical-coordinate representation of color #005352: hue angle of 179.28º 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 #005352 is Cyan = 1, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 0 | 83 | 82 | - |
| CMYK | 1 | 0 | 0.01 | 0.67 |
| HSL | 179.28º | 1% | 0.16% | - |
| HSV(B) | 179.28º | 1% | 0.33% | - |
| XYZ | 4.62 | 6.8 | 9.05 | - |
| YUV | 58.07 | 141.5 | 86.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 83 | 82 | 1 | 0 | 0.01 | 0.67 | 179.28 | 1 | 0.16 |
| Hex | 0 | 53 | 52 | 64 | 0 | 1 | 43 | B3 | 64 | 10 |
| Octal | 0 | 123 | 122 | 144 | 0 | 1 | 103 | 263 | 144 | 20 |
| Binary | 0 | 1010011 | 1010010 | 1100100 | 0 | 1 | 1000011 | 10110011 | 1100100 | 10000 |
Color Harmonies of #005352
Complementary color
Monochromatic Colors of #005352
Black with #005352
Text Example
Text Example
White with #005352
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #005352; }
p { color: rgb(0,83,82); }
H1.HeaderClassName
{
color: #005352;
}
.AnyTagClassName
{
color: #005352;
}
</style>
background-color css
<style>
a { background-color: #005352; }
a { background-color: rgb(0,83,82); }
div.DivClassName
{
background-color: #005352;
}
.BgClassName
{
background-color: #005352;
}
</style>
border-color css
<style>
span { border-color: #005352; }
span { border-color: rgb(0,83,82); }
td.TdClassName
{
border-color: #005352;
}
.TagClassName
{
border-color: #005352;
}
</style>