Shades of Sherpa Blue #00524B
Tints of Sherpa Blue #00524B
RGB
CMYK
RGB Variations
Color information
#00524B (or 0x00524B) is known color: Sherpa Blue. HEX triplet: 00, 52 and 4B. RGB value is (0,82,75). Sum of RGB (Red+Green+Blue) = 0+82+75=157 (20% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 157); Green value is 82 (32.42% from 255 or 52.23% from 157); Blue value is 75 (29.69% from 255 or 47.77% from 157); Max value from RGB is 82 - color contains mainly: green. Hex color #00524B is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #00524B is #FFADB4. Grayscale: #383838. Windows color (decimal): -16756149 or 4936192. OLE color: 4936192.
HSL color Cylindrical-coordinate representation of color #00524B: hue angle of 174.88º 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 #00524B is Cyan = 1, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 0 | 82 | 75 | - |
| CMYK | 1 | 0 | 0.09 | 0.68 |
| HSL | 174.88º | 1% | 0.16% | - |
| HSV(B) | 174.88º | 1% | 0.32% | - |
| XYZ | 4.29 | 6.54 | 7.69 | - |
| YUV | 56.68 | 138.33 | 87.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 82 | 75 | 1 | 0 | 0.09 | 0.68 | 174.88 | 1 | 0.16 |
| Hex | 0 | 52 | 4B | 64 | 0 | 9 | 44 | AF | 64 | 10 |
| Octal | 0 | 122 | 113 | 144 | 0 | 11 | 104 | 257 | 144 | 20 |
| Binary | 0 | 1010010 | 1001011 | 1100100 | 0 | 1001 | 1000100 | 10101111 | 1100100 | 10000 |
Color Harmonies of #00524B
Complementary color
Monochromatic Colors of #00524B
Black with #00524B
Text Example
Text Example
White with #00524B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #00524B; }
p { color: rgb(0,82,75); }
H1.HeaderClassName
{
color: #00524B;
}
.AnyTagClassName
{
color: #00524B;
}
</style>
background-color css
<style>
a { background-color: #00524B; }
a { background-color: rgb(0,82,75); }
div.DivClassName
{
background-color: #00524B;
}
.BgClassName
{
background-color: #00524B;
}
</style>
border-color css
<style>
span { border-color: #00524B; }
span { border-color: rgb(0,82,75); }
td.TdClassName
{
border-color: #00524B;
}
.TagClassName
{
border-color: #00524B;
}
</style>