Shades of Sherpa Blue #04524C
Tints of Sherpa Blue #04524C
RGB
CMYK
RGB Variations
Color information
#04524C (or 0x04524C) is known color: Sherpa Blue. HEX triplet: 04, 52 and 4C. RGB value is (4,82,76). Sum of RGB (Red+Green+Blue) = 4+82+76=162 (21% of max value = 765). Red value is 4 (1.95% from 255 or 2.47% from 162); Green value is 82 (32.42% from 255 or 50.62% from 162); Blue value is 76 (30.08% from 255 or 46.91% from 162); Max value from RGB is 82 - color contains mainly: green. Hex color #04524C is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #04524C is #FBADB3. Grayscale: #393939. Windows color (decimal): -16494004 or 5001732. OLE color: 5001732.
HSL color Cylindrical-coordinate representation of color #04524C: hue angle of 175.38º 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 #04524C is Cyan = 0.95, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 4 | 82 | 76 | - |
| CMYK | 0.95 | 0 | 0.07 | 0.68 |
| HSL | 175.38º | 0.91% | 0.17% | - |
| HSV(B) | 175.38º | 0.95% | 0.32% | - |
| XYZ | 4.37 | 6.58 | 7.88 | - |
| YUV | 57.99 | 138.16 | 89.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 82 | 76 | 0.95 | 0 | 0.07 | 0.68 | 175.38 | 0.91 | 0.17 |
| Hex | 4 | 52 | 4C | 5F | 0 | 7 | 44 | AF | 5B | 11 |
| Octal | 4 | 122 | 114 | 137 | 0 | 7 | 104 | 257 | 133 | 21 |
| Binary | 100 | 1010010 | 1001100 | 1011111 | 0 | 111 | 1000100 | 10101111 | 1011011 | 10001 |
Color Harmonies of #04524C
Complementary color
Monochromatic Colors of #04524C
Black with #04524C
Text Example
Text Example
White with #04524C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #04524C; }
p { color: rgb(4,82,76); }
H1.HeaderClassName
{
color: #04524C;
}
.AnyTagClassName
{
color: #04524C;
}
</style>
background-color css
<style>
a { background-color: #04524C; }
a { background-color: rgb(4,82,76); }
div.DivClassName
{
background-color: #04524C;
}
.BgClassName
{
background-color: #04524C;
}
</style>
border-color css
<style>
span { border-color: #04524C; }
span { border-color: rgb(4,82,76); }
td.TdClassName
{
border-color: #04524C;
}
.TagClassName
{
border-color: #04524C;
}
</style>