Shades of Sapphire #052555
Tints of Sapphire #052555
RGB
CMYK
RGB Variations
Color information
#052555 (or 0x052555) is known color: Sapphire. HEX triplet: 05, 25 and 55. RGB value is (5,37,85). Sum of RGB (Red+Green+Blue) = 5+37+85=127 (16% of max value = 765). Red value is 5 (2.34% from 255 or 3.94% from 127); Green value is 37 (14.84% from 255 or 29.13% from 127); Blue value is 85 (33.59% from 255 or 66.93% from 127); Max value from RGB is 85 - color contains mainly: blue. Hex color #052555 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #052555 is #FADAAA. Grayscale: #202020. Windows color (decimal): -16439979 or 5580037. OLE color: 5580037.
HSL color Cylindrical-coordinate representation of color #052555: hue angle of 216º degrees, saturation: 0.89, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #052555 is Cyan = 0.94, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 5 | 37 | 85 | - |
| CMYK | 0.94 | 0.56 | 0 | 0.67 |
| HSL | 216º | 0.89% | 0.18% | - |
| HSV(B) | 216º | 0.94% | 0.33% | - |
| XYZ | 2.36 | 2.01 | 8.86 | - |
| YUV | 32.9 | 157.4 | 108.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 37 | 85 | 0.94 | 0.56 | 0 | 0.67 | 216 | 0.89 | 0.18 |
| Hex | 5 | 25 | 55 | 5E | 38 | 0 | 43 | D8 | 59 | 12 |
| Octal | 5 | 45 | 125 | 136 | 70 | 0 | 103 | 330 | 131 | 22 |
| Binary | 101 | 100101 | 1010101 | 1011110 | 111000 | 0 | 1000011 | 11011000 | 1011001 | 10010 |
Color Harmonies of #052555
Complementary color
Monochromatic Colors of #052555
Black with #052555
Text Example
Text Example
White with #052555
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #052555; }
p { color: rgb(5,37,85); }
H1.HeaderClassName
{
color: #052555;
}
.AnyTagClassName
{
color: #052555;
}
</style>
background-color css
<style>
a { background-color: #052555; }
a { background-color: rgb(5,37,85); }
div.DivClassName
{
background-color: #052555;
}
.BgClassName
{
background-color: #052555;
}
</style>
border-color css
<style>
span { border-color: #052555; }
span { border-color: rgb(5,37,85); }
td.TdClassName
{
border-color: #052555;
}
.TagClassName
{
border-color: #052555;
}
</style>