Shades of Sherpa Blue #05464B
Tints of Sherpa Blue #05464B
RGB
CMYK
RGB Variations
Color information
#05464B (or 0x05464B) is known color: Sherpa Blue. HEX triplet: 05, 46 and 4B. RGB value is (5,70,75). Sum of RGB (Red+Green+Blue) = 5+70+75=150 (19% of max value = 765). Red value is 5 (2.34% from 255 or 3.33% from 150); Green value is 70 (27.73% from 255 or 46.67% from 150); Blue value is 75 (29.69% from 255 or 50% from 150); Max value from RGB is 75 - color contains mainly: blue. Hex color #05464B is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #05464B is #FAB9B4. Grayscale: #333333. Windows color (decimal): -16431541 or 4933125. OLE color: 4933125.
HSL color Cylindrical-coordinate representation of color #05464B: hue angle of 184.29º degrees, saturation: 0.88, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #05464B is Cyan = 0.93, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 5 | 70 | 75 | - |
| CMYK | 0.93 | 0.07 | 0 | 0.71 |
| HSL | 184.29º | 0.88% | 0.16% | - |
| HSV(B) | 184.29º | 0.93% | 0.29% | - |
| XYZ | 3.52 | 4.92 | 7.42 | - |
| YUV | 51.14 | 141.47 | 95.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 70 | 75 | 0.93 | 0.07 | 0 | 0.71 | 184.29 | 0.88 | 0.16 |
| Hex | 5 | 46 | 4B | 5D | 7 | 0 | 47 | B8 | 58 | 10 |
| Octal | 5 | 106 | 113 | 135 | 7 | 0 | 107 | 270 | 130 | 20 |
| Binary | 101 | 1000110 | 1001011 | 1011101 | 111 | 0 | 1000111 | 10111000 | 1011000 | 10000 |
Color Harmonies of #05464B
Complementary color
Monochromatic Colors of #05464B
Black with #05464B
Text Example
Text Example
White with #05464B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #05464B; }
p { color: rgb(5,70,75); }
H1.HeaderClassName
{
color: #05464B;
}
.AnyTagClassName
{
color: #05464B;
}
</style>
background-color css
<style>
a { background-color: #05464B; }
a { background-color: rgb(5,70,75); }
div.DivClassName
{
background-color: #05464B;
}
.BgClassName
{
background-color: #05464B;
}
</style>
border-color css
<style>
span { border-color: #05464B; }
span { border-color: rgb(5,70,75); }
td.TdClassName
{
border-color: #05464B;
}
.TagClassName
{
border-color: #05464B;
}
</style>