Shades of Sherpa Blue #05435A
Tints of Sherpa Blue #05435A
RGB
CMYK
RGB Variations
Color information
#05435A (or 0x05435A) is known color: Sherpa Blue. HEX triplet: 05, 43 and 5A. RGB value is (5,67,90). Sum of RGB (Red+Green+Blue) = 5+67+90=162 (21% of max value = 765). Red value is 5 (2.34% from 255 or 3.09% from 162); Green value is 67 (26.56% from 255 or 41.36% from 162); Blue value is 90 (35.55% from 255 or 55.56% from 162); Max value from RGB is 90 - color contains mainly: blue. Hex color #05435A is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #05435A is #FABCA5. Grayscale: #323232. Windows color (decimal): -16432294 or 5915397. OLE color: 5915397.
HSL color Cylindrical-coordinate representation of color #05435A: hue angle of 196.24º degrees, saturation: 0.89, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #05435A is Cyan = 0.94, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 5 | 67 | 90 | - |
| CMYK | 0.94 | 0.26 | 0 | 0.65 |
| HSL | 196.24º | 0.89% | 0.19% | - |
| HSV(B) | 196.24º | 0.94% | 0.35% | - |
| XYZ | 3.92 | 4.78 | 10.39 | - |
| YUV | 51.08 | 149.96 | 95.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 67 | 90 | 0.94 | 0.26 | 0 | 0.65 | 196.24 | 0.89 | 0.19 |
| Hex | 5 | 43 | 5A | 5E | 1A | 0 | 41 | C4 | 59 | 13 |
| Octal | 5 | 103 | 132 | 136 | 32 | 0 | 101 | 304 | 131 | 23 |
| Binary | 101 | 1000011 | 1011010 | 1011110 | 11010 | 0 | 1000001 | 11000100 | 1011001 | 10011 |
Color Harmonies of #05435A
Complementary color
Monochromatic Colors of #05435A
Black with #05435A
Text Example
Text Example
White with #05435A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #05435A; }
p { color: rgb(5,67,90); }
H1.HeaderClassName
{
color: #05435A;
}
.AnyTagClassName
{
color: #05435A;
}
</style>
background-color css
<style>
a { background-color: #05435A; }
a { background-color: rgb(5,67,90); }
div.DivClassName
{
background-color: #05435A;
}
.BgClassName
{
background-color: #05435A;
}
</style>
border-color css
<style>
span { border-color: #05435A; }
span { border-color: rgb(5,67,90); }
td.TdClassName
{
border-color: #05435A;
}
.TagClassName
{
border-color: #05435A;
}
</style>