Shades of Sherpa Blue #04525A
Tints of Sherpa Blue #04525A
RGB
CMYK
RGB Variations
Color information
#04525A (or 0x04525A) is known color: Sherpa Blue. HEX triplet: 04, 52 and 5A. RGB value is (4,82,90). Sum of RGB (Red+Green+Blue) = 4+82+90=176 (23% of max value = 765). Red value is 4 (1.95% from 255 or 2.27% from 176); Green value is 82 (32.42% from 255 or 46.59% from 176); Blue value is 90 (35.55% from 255 or 51.14% from 176); Max value from RGB is 90 - color contains mainly: blue. Hex color #04525A is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #04525A is #FBADA5. Grayscale: #3B3B3B. Windows color (decimal): -16493990 or 5919236. OLE color: 5919236.
HSL color Cylindrical-coordinate representation of color #04525A: hue angle of 185.58º degrees, saturation: 0.91, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #04525A is Cyan = 0.96, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 4 | 82 | 90 | - |
| CMYK | 0.96 | 0.09 | 0 | 0.65 |
| HSL | 185.58º | 0.91% | 0.18% | - |
| HSV(B) | 185.58º | 0.96% | 0.35% | - |
| XYZ | 4.91 | 6.8 | 10.73 | - |
| YUV | 59.59 | 145.16 | 88.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 82 | 90 | 0.96 | 0.09 | 0 | 0.65 | 185.58 | 0.91 | 0.18 |
| Hex | 4 | 52 | 5A | 60 | 9 | 0 | 41 | BA | 5B | 12 |
| Octal | 4 | 122 | 132 | 140 | 11 | 0 | 101 | 272 | 133 | 22 |
| Binary | 100 | 1010010 | 1011010 | 1100000 | 1001 | 0 | 1000001 | 10111010 | 1011011 | 10010 |
Color Harmonies of #04525A
Complementary color
Monochromatic Colors of #04525A
Black with #04525A
Text Example
Text Example
White with #04525A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #04525A; }
p { color: rgb(4,82,90); }
H1.HeaderClassName
{
color: #04525A;
}
.AnyTagClassName
{
color: #04525A;
}
</style>
background-color css
<style>
a { background-color: #04525A; }
a { background-color: rgb(4,82,90); }
div.DivClassName
{
background-color: #04525A;
}
.BgClassName
{
background-color: #04525A;
}
</style>
border-color css
<style>
span { border-color: #04525A; }
span { border-color: rgb(4,82,90); }
td.TdClassName
{
border-color: #04525A;
}
.TagClassName
{
border-color: #04525A;
}
</style>