Shades of Sapphire #052959
Tints of Sapphire #052959
RGB
CMYK
RGB Variations
Color information
#052959 (or 0x052959) is known color: Sapphire. HEX triplet: 05, 29 and 59. RGB value is (5,41,89). Sum of RGB (Red+Green+Blue) = 5+41+89=135 (17% of max value = 765). Red value is 5 (2.34% from 255 or 3.70% from 135); Green value is 41 (16.41% from 255 or 30.37% from 135); Blue value is 89 (35.16% from 255 or 65.93% from 135); Max value from RGB is 89 - color contains mainly: blue. Hex color #052959 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #052959 is #FAD6A6. Grayscale: #232323. Windows color (decimal): -16438951 or 5843205. OLE color: 5843205.
HSL color Cylindrical-coordinate representation of color #052959: hue angle of 214.29º degrees, saturation: 0.89, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #052959 is Cyan = 0.94, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 5 | 41 | 89 | - |
| CMYK | 0.94 | 0.54 | 0 | 0.65 |
| HSL | 214.29º | 0.89% | 0.18% | - |
| HSV(B) | 214.29º | 0.94% | 0.35% | - |
| XYZ | 2.66 | 2.34 | 9.76 | - |
| YUV | 35.71 | 158.07 | 106.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 41 | 89 | 0.94 | 0.54 | 0 | 0.65 | 214.29 | 0.89 | 0.18 |
| Hex | 5 | 29 | 59 | 5E | 36 | 0 | 41 | D6 | 59 | 12 |
| Octal | 5 | 51 | 131 | 136 | 66 | 0 | 101 | 326 | 131 | 22 |
| Binary | 101 | 101001 | 1011001 | 1011110 | 110110 | 0 | 1000001 | 11010110 | 1011001 | 10010 |
Color Harmonies of #052959
Complementary color
Monochromatic Colors of #052959
Black with #052959
Text Example
Text Example
White with #052959
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #052959; }
p { color: rgb(5,41,89); }
H1.HeaderClassName
{
color: #052959;
}
.AnyTagClassName
{
color: #052959;
}
</style>
background-color css
<style>
a { background-color: #052959; }
a { background-color: rgb(5,41,89); }
div.DivClassName
{
background-color: #052959;
}
.BgClassName
{
background-color: #052959;
}
</style>
border-color css
<style>
span { border-color: #052959; }
span { border-color: rgb(5,41,89); }
td.TdClassName
{
border-color: #052959;
}
.TagClassName
{
border-color: #052959;
}
</style>