Shades of Sapphire #052556
Tints of Sapphire #052556
RGB
CMYK
RGB Variations
Color information
#052556 (or 0x052556) is known color: Sapphire. HEX triplet: 05, 25 and 56. RGB value is (5,37,86). Sum of RGB (Red+Green+Blue) = 5+37+86=128 (16% of max value = 765). Red value is 5 (2.34% from 255 or 3.91% from 128); Green value is 37 (14.84% from 255 or 28.91% from 128); Blue value is 86 (33.98% from 255 or 67.19% from 128); Max value from RGB is 86 - color contains mainly: blue. Hex color #052556 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #052556 is #FADAA9. Grayscale: #202020. Windows color (decimal): -16439978 or 5645573. OLE color: 5645573.
HSL color Cylindrical-coordinate representation of color #052556: hue angle of 216.3º 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 #052556 is Cyan = 0.94, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 5 | 37 | 86 | - |
| CMYK | 0.94 | 0.57 | 0 | 0.66 |
| HSL | 216.3º | 0.89% | 0.18% | - |
| HSV(B) | 216.3º | 0.94% | 0.34% | - |
| XYZ | 2.4 | 2.03 | 9.07 | - |
| YUV | 33.02 | 157.9 | 108.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 37 | 86 | 0.94 | 0.57 | 0 | 0.66 | 216.3 | 0.89 | 0.18 |
| Hex | 5 | 25 | 56 | 5E | 39 | 0 | 42 | D8 | 59 | 12 |
| Octal | 5 | 45 | 126 | 136 | 71 | 0 | 102 | 330 | 131 | 22 |
| Binary | 101 | 100101 | 1010110 | 1011110 | 111001 | 0 | 1000010 | 11011000 | 1011001 | 10010 |
Color Harmonies of #052556
Complementary color
Monochromatic Colors of #052556
Black with #052556
Text Example
Text Example
White with #052556
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #052556; }
p { color: rgb(5,37,86); }
H1.HeaderClassName
{
color: #052556;
}
.AnyTagClassName
{
color: #052556;
}
</style>
background-color css
<style>
a { background-color: #052556; }
a { background-color: rgb(5,37,86); }
div.DivClassName
{
background-color: #052556;
}
.BgClassName
{
background-color: #052556;
}
</style>
border-color css
<style>
span { border-color: #052556; }
span { border-color: rgb(5,37,86); }
td.TdClassName
{
border-color: #052556;
}
.TagClassName
{
border-color: #052556;
}
</style>