Shades of Sapphire #052758
Tints of Sapphire #052758
RGB
CMYK
RGB Variations
Color information
#052758 (or 0x052758) is known color: Sapphire. HEX triplet: 05, 27 and 58. RGB value is (5,39,88). Sum of RGB (Red+Green+Blue) = 5+39+88=132 (17% of max value = 765). Red value is 5 (2.34% from 255 or 3.79% from 132); Green value is 39 (15.62% from 255 or 29.55% from 132); Blue value is 88 (34.77% from 255 or 66.67% from 132); Max value from RGB is 88 - color contains mainly: blue. Hex color #052758 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #052758 is #FAD8A7. Grayscale: #222222. Windows color (decimal): -16439464 or 5777157. OLE color: 5777157.
HSL color Cylindrical-coordinate representation of color #052758: hue angle of 215.42º 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 #052758 is Cyan = 0.94, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 5 | 39 | 88 | - |
| CMYK | 0.94 | 0.56 | 0 | 0.65 |
| HSL | 215.42º | 0.89% | 0.18% | - |
| HSV(B) | 215.42º | 0.94% | 0.35% | - |
| XYZ | 2.55 | 2.19 | 9.52 | - |
| YUV | 34.42 | 158.24 | 107.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 39 | 88 | 0.94 | 0.56 | 0 | 0.65 | 215.42 | 0.89 | 0.18 |
| Hex | 5 | 27 | 58 | 5E | 38 | 0 | 41 | D7 | 59 | 12 |
| Octal | 5 | 47 | 130 | 136 | 70 | 0 | 101 | 327 | 131 | 22 |
| Binary | 101 | 100111 | 1011000 | 1011110 | 111000 | 0 | 1000001 | 11010111 | 1011001 | 10010 |
Color Harmonies of #052758
Complementary color
Monochromatic Colors of #052758
Black with #052758
Text Example
Text Example
White with #052758
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #052758; }
p { color: rgb(5,39,88); }
H1.HeaderClassName
{
color: #052758;
}
.AnyTagClassName
{
color: #052758;
}
</style>
background-color css
<style>
a { background-color: #052758; }
a { background-color: rgb(5,39,88); }
div.DivClassName
{
background-color: #052758;
}
.BgClassName
{
background-color: #052758;
}
</style>
border-color css
<style>
span { border-color: #052758; }
span { border-color: rgb(5,39,88); }
td.TdClassName
{
border-color: #052758;
}
.TagClassName
{
border-color: #052758;
}
</style>