Shades of Sherpa Blue #04534D
Tints of Sherpa Blue #04534D
RGB
CMYK
RGB Variations
Color information
#04534D (or 0x04534D) is known color: Sherpa Blue. HEX triplet: 04, 53 and 4D. RGB value is (4,83,77). Sum of RGB (Red+Green+Blue) = 4+83+77=164 (21% of max value = 765). Red value is 4 (1.95% from 255 or 2.44% from 164); Green value is 83 (32.81% from 255 or 50.61% from 164); Blue value is 77 (30.47% from 255 or 46.95% from 164); Max value from RGB is 83 - color contains mainly: green. Hex color #04534D is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #04534D is #FBACB2. Grayscale: #3A3A3A. Windows color (decimal): -16493747 or 5067524. OLE color: 5067524.
HSL color Cylindrical-coordinate representation of color #04534D: hue angle of 175.44º degrees, saturation: 0.91, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #04534D is Cyan = 0.95, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 4 | 83 | 77 | - |
| CMYK | 0.95 | 0 | 0.07 | 0.67 |
| HSL | 175.44º | 0.91% | 0.17% | - |
| HSV(B) | 175.44º | 0.95% | 0.33% | - |
| XYZ | 4.48 | 6.75 | 8.09 | - |
| YUV | 58.7 | 138.33 | 88.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 83 | 77 | 0.95 | 0 | 0.07 | 0.67 | 175.44 | 0.91 | 0.17 |
| Hex | 4 | 53 | 4D | 5F | 0 | 7 | 43 | AF | 5B | 11 |
| Octal | 4 | 123 | 115 | 137 | 0 | 7 | 103 | 257 | 133 | 21 |
| Binary | 100 | 1010011 | 1001101 | 1011111 | 0 | 111 | 1000011 | 10101111 | 1011011 | 10001 |
Color Harmonies of #04534D
Complementary color
Monochromatic Colors of #04534D
Black with #04534D
Text Example
Text Example
White with #04534D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #04534D; }
p { color: rgb(4,83,77); }
H1.HeaderClassName
{
color: #04534D;
}
.AnyTagClassName
{
color: #04534D;
}
</style>
background-color css
<style>
a { background-color: #04534D; }
a { background-color: rgb(4,83,77); }
div.DivClassName
{
background-color: #04534D;
}
.BgClassName
{
background-color: #04534D;
}
</style>
border-color css
<style>
span { border-color: #04534D; }
span { border-color: rgb(4,83,77); }
td.TdClassName
{
border-color: #04534D;
}
.TagClassName
{
border-color: #04534D;
}
</style>