Shades of Sherpa Blue #04535A
Tints of Sherpa Blue #04535A
RGB
CMYK
RGB Variations
Color information
#04535A (or 0x04535A) is known color: Sherpa Blue. HEX triplet: 04, 53 and 5A. RGB value is (4,83,90). Sum of RGB (Red+Green+Blue) = 4+83+90=177 (23% of max value = 765). Red value is 4 (1.95% from 255 or 2.26% from 177); Green value is 83 (32.81% from 255 or 46.89% from 177); Blue value is 90 (35.55% from 255 or 50.85% from 177); Max value from RGB is 90 - color contains mainly: blue. Hex color #04535A is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #04535A is #FBACA5. Grayscale: #3C3C3C. Windows color (decimal): -16493734 or 5919492. OLE color: 5919492.
HSL color Cylindrical-coordinate representation of color #04535A: hue angle of 184.88º 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 #04535A is Cyan = 0.96, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 4 | 83 | 90 | - |
| CMYK | 0.96 | 0.08 | 0 | 0.65 |
| HSL | 184.88º | 0.91% | 0.18% | - |
| HSV(B) | 184.88º | 0.96% | 0.35% | - |
| XYZ | 4.99 | 6.95 | 10.75 | - |
| YUV | 60.18 | 144.83 | 87.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 83 | 90 | 0.96 | 0.08 | 0 | 0.65 | 184.88 | 0.91 | 0.18 |
| Hex | 4 | 53 | 5A | 60 | 8 | 0 | 41 | B9 | 5B | 12 |
| Octal | 4 | 123 | 132 | 140 | 10 | 0 | 101 | 271 | 133 | 22 |
| Binary | 100 | 1010011 | 1011010 | 1100000 | 1000 | 0 | 1000001 | 10111001 | 1011011 | 10010 |
Color Harmonies of #04535A
Complementary color
Monochromatic Colors of #04535A
Black with #04535A
Text Example
Text Example
White with #04535A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #04535A; }
p { color: rgb(4,83,90); }
H1.HeaderClassName
{
color: #04535A;
}
.AnyTagClassName
{
color: #04535A;
}
</style>
background-color css
<style>
a { background-color: #04535A; }
a { background-color: rgb(4,83,90); }
div.DivClassName
{
background-color: #04535A;
}
.BgClassName
{
background-color: #04535A;
}
</style>
border-color css
<style>
span { border-color: #04535A; }
span { border-color: rgb(4,83,90); }
td.TdClassName
{
border-color: #04535A;
}
.TagClassName
{
border-color: #04535A;
}
</style>