Shades of Sherpa Blue #045057
Tints of Sherpa Blue #045057
RGB
CMYK
RGB Variations
Color information
#045057 (or 0x045057) is known color: Sherpa Blue. HEX triplet: 04, 50 and 57. RGB value is (4,80,87). Sum of RGB (Red+Green+Blue) = 4+80+87=171 (22% of max value = 765). Red value is 4 (1.95% from 255 or 2.34% from 171); Green value is 80 (31.64% from 255 or 46.78% from 171); Blue value is 87 (34.38% from 255 or 50.88% from 171); Max value from RGB is 87 - color contains mainly: blue. Hex color #045057 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #045057 is #FBAFA8. Grayscale: #393939. Windows color (decimal): -16494505 or 5722116. OLE color: 5722116.
HSL color Cylindrical-coordinate representation of color #045057: hue angle of 185.06º degrees, saturation: 0.91, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #045057 is Cyan = 0.95, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 4 | 80 | 87 | - |
| CMYK | 0.95 | 0.08 | 0 | 0.66 |
| HSL | 185.06º | 0.91% | 0.18% | - |
| HSV(B) | 185.06º | 0.95% | 0.34% | - |
| XYZ | 4.64 | 6.45 | 10.02 | - |
| YUV | 58.07 | 144.32 | 89.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 80 | 87 | 0.95 | 0.08 | 0 | 0.66 | 185.06 | 0.91 | 0.18 |
| Hex | 4 | 50 | 57 | 5F | 8 | 0 | 42 | B9 | 5B | 12 |
| Octal | 4 | 120 | 127 | 137 | 10 | 0 | 102 | 271 | 133 | 22 |
| Binary | 100 | 1010000 | 1010111 | 1011111 | 1000 | 0 | 1000010 | 10111001 | 1011011 | 10010 |
Color Harmonies of #045057
Complementary color
Monochromatic Colors of #045057
Black with #045057
Text Example
Text Example
White with #045057
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #045057; }
p { color: rgb(4,80,87); }
H1.HeaderClassName
{
color: #045057;
}
.AnyTagClassName
{
color: #045057;
}
</style>
background-color css
<style>
a { background-color: #045057; }
a { background-color: rgb(4,80,87); }
div.DivClassName
{
background-color: #045057;
}
.BgClassName
{
background-color: #045057;
}
</style>
border-color css
<style>
span { border-color: #045057; }
span { border-color: rgb(4,80,87); }
td.TdClassName
{
border-color: #045057;
}
.TagClassName
{
border-color: #045057;
}
</style>