Shades of Sherpa Blue #04524E
Tints of Sherpa Blue #04524E
RGB
CMYK
RGB Variations
Color information
#04524E (or 0x04524E) is known color: Sherpa Blue. HEX triplet: 04, 52 and 4E. RGB value is (4,82,78). Sum of RGB (Red+Green+Blue) = 4+82+78=164 (21% of max value = 765). Red value is 4 (1.95% from 255 or 2.44% from 164); Green value is 82 (32.42% from 255 or 50% from 164); Blue value is 78 (30.86% from 255 or 47.56% from 164); Max value from RGB is 82 - color contains mainly: green. Hex color #04524E is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #04524E is #FBADB1. Grayscale: #3A3A3A. Windows color (decimal): -16494002 or 5132804. OLE color: 5132804.
HSL color Cylindrical-coordinate representation of color #04524E: hue angle of 176.92º degrees, saturation: 0.91, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #04524E is Cyan = 0.95, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 4 | 82 | 78 | - |
| CMYK | 0.95 | 0 | 0.05 | 0.68 |
| HSL | 176.92º | 0.91% | 0.17% | - |
| HSV(B) | 176.92º | 0.95% | 0.32% | - |
| XYZ | 4.44 | 6.61 | 8.25 | - |
| YUV | 58.22 | 139.16 | 89.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 82 | 78 | 0.95 | 0 | 0.05 | 0.68 | 176.92 | 0.91 | 0.17 |
| Hex | 4 | 52 | 4E | 5F | 0 | 5 | 44 | B1 | 5B | 11 |
| Octal | 4 | 122 | 116 | 137 | 0 | 5 | 104 | 261 | 133 | 21 |
| Binary | 100 | 1010010 | 1001110 | 1011111 | 0 | 101 | 1000100 | 10110001 | 1011011 | 10001 |
Color Harmonies of #04524E
Complementary color
Monochromatic Colors of #04524E
Black with #04524E
Text Example
Text Example
White with #04524E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #04524E; }
p { color: rgb(4,82,78); }
H1.HeaderClassName
{
color: #04524E;
}
.AnyTagClassName
{
color: #04524E;
}
</style>
background-color css
<style>
a { background-color: #04524E; }
a { background-color: rgb(4,82,78); }
div.DivClassName
{
background-color: #04524E;
}
.BgClassName
{
background-color: #04524E;
}
</style>
border-color css
<style>
span { border-color: #04524E; }
span { border-color: rgb(4,82,78); }
td.TdClassName
{
border-color: #04524E;
}
.TagClassName
{
border-color: #04524E;
}
</style>