Shades of Sherpa Blue #054045
Tints of Sherpa Blue #054045
RGB
CMYK
RGB Variations
Color information
#054045 (or 0x054045) is known color: Sherpa Blue. HEX triplet: 05, 40 and 45. RGB value is (5,64,69). Sum of RGB (Red+Green+Blue) = 5+64+69=138 (18% of max value = 765). Red value is 5 (2.34% from 255 or 3.62% from 138); Green value is 64 (25.39% from 255 or 46.38% from 138); Blue value is 69 (27.34% from 255 or 50% from 138); Max value from RGB is 69 - color contains mainly: blue. Hex color #054045 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #054045 is #FABFBA. Grayscale: #2E2E2E. Windows color (decimal): -16433083 or 4538373. OLE color: 4538373.
HSL color Cylindrical-coordinate representation of color #054045: hue angle of 184.69º degrees, saturation: 0.86, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #054045 is Cyan = 0.93, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 5 | 64 | 69 | - |
| CMYK | 0.93 | 0.07 | 0 | 0.73 |
| HSL | 184.69º | 0.86% | 0.15% | - |
| HSV(B) | 184.69º | 0.93% | 0.27% | - |
| XYZ | 2.97 | 4.13 | 6.27 | - |
| YUV | 46.93 | 140.45 | 98.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 64 | 69 | 0.93 | 0.07 | 0 | 0.73 | 184.69 | 0.86 | 0.15 |
| Hex | 5 | 40 | 45 | 5D | 7 | 0 | 49 | B9 | 56 | F |
| Octal | 5 | 100 | 105 | 135 | 7 | 0 | 111 | 271 | 126 | 17 |
| Binary | 101 | 1000000 | 1000101 | 1011101 | 111 | 0 | 1001001 | 10111001 | 1010110 | 1111 |
Color Harmonies of #054045
Complementary color
Monochromatic Colors of #054045
Black with #054045
Text Example
Text Example
White with #054045
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #054045; }
p { color: rgb(5,64,69); }
H1.HeaderClassName
{
color: #054045;
}
.AnyTagClassName
{
color: #054045;
}
</style>
background-color css
<style>
a { background-color: #054045; }
a { background-color: rgb(5,64,69); }
div.DivClassName
{
background-color: #054045;
}
.BgClassName
{
background-color: #054045;
}
</style>
border-color css
<style>
span { border-color: #054045; }
span { border-color: rgb(5,64,69); }
td.TdClassName
{
border-color: #054045;
}
.TagClassName
{
border-color: #054045;
}
</style>