Shades of Sherpa Blue #054152
Tints of Sherpa Blue #054152
RGB
CMYK
RGB Variations
Color information
#054152 (or 0x054152) is known color: Sherpa Blue. HEX triplet: 05, 41 and 52. RGB value is (5,65,82). Sum of RGB (Red+Green+Blue) = 5+65+82=152 (20% of max value = 765). Red value is 5 (2.34% from 255 or 3.29% from 152); Green value is 65 (25.78% from 255 or 42.76% from 152); Blue value is 82 (32.42% from 255 or 53.95% from 152); Max value from RGB is 82 - color contains mainly: blue. Hex color #054152 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #054152 is #FABEAD. Grayscale: #303030. Windows color (decimal): -16432814 or 5390597. OLE color: 5390597.
HSL color Cylindrical-coordinate representation of color #054152: hue angle of 193.25º degrees, saturation: 0.89, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #054152 is Cyan = 0.94, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 5 | 65 | 82 | - |
| CMYK | 0.94 | 0.21 | 0 | 0.68 |
| HSL | 193.25º | 0.89% | 0.17% | - |
| HSV(B) | 193.25º | 0.94% | 0.32% | - |
| XYZ | 3.48 | 4.42 | 8.65 | - |
| YUV | 49 | 146.62 | 96.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 65 | 82 | 0.94 | 0.21 | 0 | 0.68 | 193.25 | 0.89 | 0.17 |
| Hex | 5 | 41 | 52 | 5E | 15 | 0 | 44 | C1 | 59 | 11 |
| Octal | 5 | 101 | 122 | 136 | 25 | 0 | 104 | 301 | 131 | 21 |
| Binary | 101 | 1000001 | 1010010 | 1011110 | 10101 | 0 | 1000100 | 11000001 | 1011001 | 10001 |
Color Harmonies of #054152
Complementary color
Monochromatic Colors of #054152
Black with #054152
Text Example
Text Example
White with #054152
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #054152; }
p { color: rgb(5,65,82); }
H1.HeaderClassName
{
color: #054152;
}
.AnyTagClassName
{
color: #054152;
}
</style>
background-color css
<style>
a { background-color: #054152; }
a { background-color: rgb(5,65,82); }
div.DivClassName
{
background-color: #054152;
}
.BgClassName
{
background-color: #054152;
}
</style>
border-color css
<style>
span { border-color: #054152; }
span { border-color: rgb(5,65,82); }
td.TdClassName
{
border-color: #054152;
}
.TagClassName
{
border-color: #054152;
}
</style>