Shades of Sherpa Blue #04534F
Tints of Sherpa Blue #04534F
RGB
CMYK
RGB Variations
Color information
#04534F (or 0x04534F) is known color: Sherpa Blue. HEX triplet: 04, 53 and 4F. RGB value is (4,83,79). Sum of RGB (Red+Green+Blue) = 4+83+79=166 (21% of max value = 765). Red value is 4 (1.95% from 255 or 2.41% from 166); Green value is 83 (32.81% from 255 or 50% from 166); Blue value is 79 (31.25% from 255 or 47.59% from 166); Max value from RGB is 83 - color contains mainly: green. Hex color #04534F is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #04534F is #FBACB0. Grayscale: #3A3A3A. Windows color (decimal): -16493745 or 5198596. OLE color: 5198596.
HSL color Cylindrical-coordinate representation of color #04534F: hue angle of 176.96º 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 #04534F is Cyan = 0.95, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 4 | 83 | 79 | - |
| CMYK | 0.95 | 0 | 0.05 | 0.67 |
| HSL | 176.96º | 0.91% | 0.17% | - |
| HSV(B) | 176.96º | 0.95% | 0.33% | - |
| XYZ | 4.55 | 6.78 | 8.47 | - |
| YUV | 58.92 | 139.33 | 88.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 83 | 79 | 0.95 | 0 | 0.05 | 0.67 | 176.96 | 0.91 | 0.17 |
| Hex | 4 | 53 | 4F | 5F | 0 | 5 | 43 | B1 | 5B | 11 |
| Octal | 4 | 123 | 117 | 137 | 0 | 5 | 103 | 261 | 133 | 21 |
| Binary | 100 | 1010011 | 1001111 | 1011111 | 0 | 101 | 1000011 | 10110001 | 1011011 | 10001 |
Color Harmonies of #04534F
Complementary color
Monochromatic Colors of #04534F
Black with #04534F
Text Example
Text Example
White with #04534F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #04534F; }
p { color: rgb(4,83,79); }
H1.HeaderClassName
{
color: #04534F;
}
.AnyTagClassName
{
color: #04534F;
}
</style>
background-color css
<style>
a { background-color: #04534F; }
a { background-color: rgb(4,83,79); }
div.DivClassName
{
background-color: #04534F;
}
.BgClassName
{
background-color: #04534F;
}
</style>
border-color css
<style>
span { border-color: #04534F; }
span { border-color: rgb(4,83,79); }
td.TdClassName
{
border-color: #04534F;
}
.TagClassName
{
border-color: #04534F;
}
</style>