Shades of Sherpa Blue #05455C
Tints of Sherpa Blue #05455C
RGB
CMYK
RGB Variations
Color information
#05455C (or 0x05455C) is known color: Sherpa Blue. HEX triplet: 05, 45 and 5C. RGB value is (5,69,92). Sum of RGB (Red+Green+Blue) = 5+69+92=166 (21% of max value = 765). Red value is 5 (2.34% from 255 or 3.01% from 166); Green value is 69 (27.34% from 255 or 41.57% from 166); Blue value is 92 (36.33% from 255 or 55.42% from 166); Max value from RGB is 92 - color contains mainly: blue. Hex color #05455C is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #05455C is #FABAA3. Grayscale: #343434. Windows color (decimal): -16431780 or 6046981. OLE color: 6046981.
HSL color Cylindrical-coordinate representation of color #05455C: hue angle of 195.86º degrees, saturation: 0.9, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #05455C is Cyan = 0.95, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 5 | 69 | 92 | - |
| CMYK | 0.95 | 0.25 | 0 | 0.64 |
| HSL | 195.86º | 0.9% | 0.19% | - |
| HSV(B) | 195.86º | 0.95% | 0.36% | - |
| XYZ | 4.12 | 5.06 | 10.88 | - |
| YUV | 52.49 | 150.3 | 94.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 69 | 92 | 0.95 | 0.25 | 0 | 0.64 | 195.86 | 0.9 | 0.19 |
| Hex | 5 | 45 | 5C | 5F | 19 | 0 | 40 | C4 | 5A | 13 |
| Octal | 5 | 105 | 134 | 137 | 31 | 0 | 100 | 304 | 132 | 23 |
| Binary | 101 | 1000101 | 1011100 | 1011111 | 11001 | 0 | 1000000 | 11000100 | 1011010 | 10011 |
Color Harmonies of #05455C
Complementary color
Monochromatic Colors of #05455C
Black with #05455C
Text Example
Text Example
White with #05455C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #05455C; }
p { color: rgb(5,69,92); }
H1.HeaderClassName
{
color: #05455C;
}
.AnyTagClassName
{
color: #05455C;
}
</style>
background-color css
<style>
a { background-color: #05455C; }
a { background-color: rgb(5,69,92); }
div.DivClassName
{
background-color: #05455C;
}
.BgClassName
{
background-color: #05455C;
}
</style>
border-color css
<style>
span { border-color: #05455C; }
span { border-color: rgb(5,69,92); }
td.TdClassName
{
border-color: #05455C;
}
.TagClassName
{
border-color: #05455C;
}
</style>