Shades of Sherpa Blue #04525C
Tints of Sherpa Blue #04525C
RGB
CMYK
RGB Variations
Color information
#04525C (or 0x04525C) is known color: Sherpa Blue. HEX triplet: 04, 52 and 5C. RGB value is (4,82,92). Sum of RGB (Red+Green+Blue) = 4+82+92=178 (23% of max value = 765). Red value is 4 (1.95% from 255 or 2.25% from 178); Green value is 82 (32.42% from 255 or 46.07% from 178); Blue value is 92 (36.33% from 255 or 51.69% from 178); Max value from RGB is 92 - color contains mainly: blue. Hex color #04525C is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #04525C is #FBADA3. Grayscale: #3B3B3B. Windows color (decimal): -16493988 or 6050308. OLE color: 6050308.
HSL color Cylindrical-coordinate representation of color #04525C: hue angle of 186.82º degrees, saturation: 0.92, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #04525C is Cyan = 0.96, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 4 | 82 | 92 | - |
| CMYK | 0.96 | 0.11 | 0 | 0.64 |
| HSL | 186.82º | 0.92% | 0.19% | - |
| HSV(B) | 186.82º | 0.96% | 0.36% | - |
| XYZ | 5 | 6.83 | 11.18 | - |
| YUV | 59.82 | 146.16 | 88.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 82 | 92 | 0.96 | 0.11 | 0 | 0.64 | 186.82 | 0.92 | 0.19 |
| Hex | 4 | 52 | 5C | 60 | B | 0 | 40 | BB | 5C | 13 |
| Octal | 4 | 122 | 134 | 140 | 13 | 0 | 100 | 273 | 134 | 23 |
| Binary | 100 | 1010010 | 1011100 | 1100000 | 1011 | 0 | 1000000 | 10111011 | 1011100 | 10011 |
Color Harmonies of #04525C
Complementary color
Monochromatic Colors of #04525C
Black with #04525C
Text Example
Text Example
White with #04525C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #04525C; }
p { color: rgb(4,82,92); }
H1.HeaderClassName
{
color: #04525C;
}
.AnyTagClassName
{
color: #04525C;
}
</style>
background-color css
<style>
a { background-color: #04525C; }
a { background-color: rgb(4,82,92); }
div.DivClassName
{
background-color: #04525C;
}
.BgClassName
{
background-color: #04525C;
}
</style>
border-color css
<style>
span { border-color: #04525C; }
span { border-color: rgb(4,82,92); }
td.TdClassName
{
border-color: #04525C;
}
.TagClassName
{
border-color: #04525C;
}
</style>