Shades of Sherpa Blue #05534E
Tints of Sherpa Blue #05534E
RGB
CMYK
RGB Variations
Color information
#05534E (or 0x05534E) is known color: Sherpa Blue. HEX triplet: 05, 53 and 4E. RGB value is (5,83,78). Sum of RGB (Red+Green+Blue) = 5+83+78=166 (21% of max value = 765). Red value is 5 (2.34% from 255 or 3.01% from 166); Green value is 83 (32.81% from 255 or 50% from 166); Blue value is 78 (30.86% from 255 or 46.99% from 166); Max value from RGB is 83 - color contains mainly: green. Hex color #05534E is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #05534E is #FAACB1. Grayscale: #3B3B3B. Windows color (decimal): -16428210 or 5133061. OLE color: 5133061.
HSL color Cylindrical-coordinate representation of color #05534E: hue angle of 176.15º degrees, saturation: 0.89, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #05534E is Cyan = 0.94, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 5 | 83 | 78 | - |
| CMYK | 0.94 | 0 | 0.06 | 0.67 |
| HSL | 176.15º | 0.89% | 0.17% | - |
| HSV(B) | 176.15º | 0.94% | 0.33% | - |
| XYZ | 4.53 | 6.77 | 8.28 | - |
| YUV | 59.11 | 138.66 | 89.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 83 | 78 | 0.94 | 0 | 0.06 | 0.67 | 176.15 | 0.89 | 0.17 |
| Hex | 5 | 53 | 4E | 5E | 0 | 6 | 43 | B0 | 59 | 11 |
| Octal | 5 | 123 | 116 | 136 | 0 | 6 | 103 | 260 | 131 | 21 |
| Binary | 101 | 1010011 | 1001110 | 1011110 | 0 | 110 | 1000011 | 10110000 | 1011001 | 10001 |
Color Harmonies of #05534E
Complementary color
Monochromatic Colors of #05534E
Black with #05534E
Text Example
Text Example
White with #05534E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #05534E; }
p { color: rgb(5,83,78); }
H1.HeaderClassName
{
color: #05534E;
}
.AnyTagClassName
{
color: #05534E;
}
</style>
background-color css
<style>
a { background-color: #05534E; }
a { background-color: rgb(5,83,78); }
div.DivClassName
{
background-color: #05534E;
}
.BgClassName
{
background-color: #05534E;
}
</style>
border-color css
<style>
span { border-color: #05534E; }
span { border-color: rgb(5,83,78); }
td.TdClassName
{
border-color: #05534E;
}
.TagClassName
{
border-color: #05534E;
}
</style>