Shades of Sapphire #052358
Tints of Sapphire #052358
RGB
CMYK
RGB Variations
Color information
#052358 (or 0x052358) is known color: Sapphire. HEX triplet: 05, 23 and 58. RGB value is (5,35,88). Sum of RGB (Red+Green+Blue) = 5+35+88=128 (16% of max value = 765). Red value is 5 (2.34% from 255 or 3.91% from 128); Green value is 35 (14.06% from 255 or 27.34% from 128); Blue value is 88 (34.77% from 255 or 68.75% from 128); Max value from RGB is 88 - color contains mainly: blue. Hex color #052358 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #052358 is #FADCA7. Grayscale: #1F1F1F. Windows color (decimal): -16440488 or 5776133. OLE color: 5776133.
HSL color Cylindrical-coordinate representation of color #052358: hue angle of 218.31º 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 #052358 is Cyan = 0.94, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 5 | 35 | 88 | - |
| CMYK | 0.94 | 0.60 | 0 | 0.65 |
| HSL | 218.31º | 0.89% | 0.18% | - |
| HSV(B) | 218.31º | 0.94% | 0.35% | - |
| XYZ | 2.43 | 1.94 | 9.48 | - |
| YUV | 32.07 | 159.56 | 108.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 35 | 88 | 0.94 | 0.60 | 0 | 0.65 | 218.31 | 0.89 | 0.18 |
| Hex | 5 | 23 | 58 | 5E | 3C | 0 | 41 | DA | 59 | 12 |
| Octal | 5 | 43 | 130 | 136 | 74 | 0 | 101 | 332 | 131 | 22 |
| Binary | 101 | 100011 | 1011000 | 1011110 | 111100 | 0 | 1000001 | 11011010 | 1011001 | 10010 |
Color Harmonies of #052358
Complementary color
Monochromatic Colors of #052358
Black with #052358
Text Example
Text Example
White with #052358
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #052358; }
p { color: rgb(5,35,88); }
H1.HeaderClassName
{
color: #052358;
}
.AnyTagClassName
{
color: #052358;
}
</style>
background-color css
<style>
a { background-color: #052358; }
a { background-color: rgb(5,35,88); }
div.DivClassName
{
background-color: #052358;
}
.BgClassName
{
background-color: #052358;
}
</style>
border-color css
<style>
span { border-color: #052358; }
span { border-color: rgb(5,35,88); }
td.TdClassName
{
border-color: #052358;
}
.TagClassName
{
border-color: #052358;
}
</style>