Shades of Sherpa Blue #00524E
Tints of Sherpa Blue #00524E
RGB
CMYK
RGB Variations
Color information
#00524E (or 0x00524E) is known color: Sherpa Blue. HEX triplet: 00, 52 and 4E. RGB value is (0,82,78). Sum of RGB (Red+Green+Blue) = 0+82+78=160 (21% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 160); Green value is 82 (32.42% from 255 or 51.25% from 160); Blue value is 78 (30.86% from 255 or 48.75% from 160); Max value from RGB is 82 - color contains mainly: green. Hex color #00524E is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #00524E is #FFADB1. Grayscale: #383838. Windows color (decimal): -16756146 or 5132800. OLE color: 5132800.
HSL color Cylindrical-coordinate representation of color #00524E: hue angle of 177.07º degrees, saturation: 1, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 1%. Process color model (Four color, CMYK) of #00524E is Cyan = 1, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 0 | 82 | 78 | - |
| CMYK | 1 | 0 | 0.05 | 0.68 |
| HSL | 177.07º | 1% | 0.16% | - |
| HSV(B) | 177.07º | 1% | 0.32% | - |
| XYZ | 4.39 | 6.58 | 8.25 | - |
| YUV | 57.03 | 139.83 | 87.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 82 | 78 | 1 | 0 | 0.05 | 0.68 | 177.07 | 1 | 0.16 |
| Hex | 0 | 52 | 4E | 64 | 0 | 5 | 44 | B1 | 64 | 10 |
| Octal | 0 | 122 | 116 | 144 | 0 | 5 | 104 | 261 | 144 | 20 |
| Binary | 0 | 1010010 | 1001110 | 1100100 | 0 | 101 | 1000100 | 10110001 | 1100100 | 10000 |
Color Harmonies of #00524E
Complementary color
Monochromatic Colors of #00524E
Black with #00524E
Text Example
Text Example
White with #00524E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #00524E; }
p { color: rgb(0,82,78); }
H1.HeaderClassName
{
color: #00524E;
}
.AnyTagClassName
{
color: #00524E;
}
</style>
background-color css
<style>
a { background-color: #00524E; }
a { background-color: rgb(0,82,78); }
div.DivClassName
{
background-color: #00524E;
}
.BgClassName
{
background-color: #00524E;
}
</style>
border-color css
<style>
span { border-color: #00524E; }
span { border-color: rgb(0,82,78); }
td.TdClassName
{
border-color: #00524E;
}
.TagClassName
{
border-color: #00524E;
}
</style>