Shades of Sapphire #052457
Tints of Sapphire #052457
RGB
CMYK
RGB Variations
Color information
#052457 (or 0x052457) is known color: Sapphire. HEX triplet: 05, 24 and 57. RGB value is (5,36,87). Sum of RGB (Red+Green+Blue) = 5+36+87=128 (16% of max value = 765). Red value is 5 (2.34% from 255 or 3.91% from 128); Green value is 36 (14.45% from 255 or 28.12% from 128); Blue value is 87 (34.38% from 255 or 67.97% from 128); Max value from RGB is 87 - color contains mainly: blue. Hex color #052457 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #052457 is #FADBA8. Grayscale: #202020. Windows color (decimal): -16440233 or 5710853. OLE color: 5710853.
HSL color Cylindrical-coordinate representation of color #052457: hue angle of 217.32º degrees, saturation: 0.89, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #052457 is Cyan = 0.94, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 5 | 36 | 87 | - |
| CMYK | 0.94 | 0.59 | 0 | 0.66 |
| HSL | 217.32º | 0.89% | 0.18% | - |
| HSV(B) | 217.32º | 0.94% | 0.34% | - |
| XYZ | 2.41 | 1.98 | 9.27 | - |
| YUV | 32.55 | 158.73 | 108.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 36 | 87 | 0.94 | 0.59 | 0 | 0.66 | 217.32 | 0.89 | 0.18 |
| Hex | 5 | 24 | 57 | 5E | 3B | 0 | 42 | D9 | 59 | 12 |
| Octal | 5 | 44 | 127 | 136 | 73 | 0 | 102 | 331 | 131 | 22 |
| Binary | 101 | 100100 | 1010111 | 1011110 | 111011 | 0 | 1000010 | 11011001 | 1011001 | 10010 |
Color Harmonies of #052457
Complementary color
Monochromatic Colors of #052457
Black with #052457
Text Example
Text Example
White with #052457
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #052457; }
p { color: rgb(5,36,87); }
H1.HeaderClassName
{
color: #052457;
}
.AnyTagClassName
{
color: #052457;
}
</style>
background-color css
<style>
a { background-color: #052457; }
a { background-color: rgb(5,36,87); }
div.DivClassName
{
background-color: #052457;
}
.BgClassName
{
background-color: #052457;
}
</style>
border-color css
<style>
span { border-color: #052457; }
span { border-color: rgb(5,36,87); }
td.TdClassName
{
border-color: #052457;
}
.TagClassName
{
border-color: #052457;
}
</style>