Shades of Sapphire #052652
Tints of Sapphire #052652
RGB
CMYK
RGB Variations
Color information
#052652 (or 0x052652) is known color: Sapphire. HEX triplet: 05, 26 and 52. RGB value is (5,38,82). Sum of RGB (Red+Green+Blue) = 5+38+82=125 (16% of max value = 765). Red value is 5 (2.34% from 255 or 4% from 125); Green value is 38 (15.23% from 255 or 30.4% from 125); Blue value is 82 (32.42% from 255 or 65.6% from 125); Max value from RGB is 82 - color contains mainly: blue. Hex color #052652 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #052652 is #FAD9AD. Grayscale: #202020. Windows color (decimal): -16439726 or 5383685. OLE color: 5383685.
HSL color Cylindrical-coordinate representation of color #052652: hue angle of 214.29º degrees, saturation: 0.89, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #052652 is Cyan = 0.94, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 5 | 38 | 82 | - |
| CMYK | 0.94 | 0.54 | 0 | 0.68 |
| HSL | 214.29º | 0.89% | 0.17% | - |
| HSV(B) | 214.29º | 0.94% | 0.32% | - |
| XYZ | 2.28 | 2.03 | 8.25 | - |
| YUV | 33.15 | 155.57 | 107.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 38 | 82 | 0.94 | 0.54 | 0 | 0.68 | 214.29 | 0.89 | 0.17 |
| Hex | 5 | 26 | 52 | 5E | 36 | 0 | 44 | D6 | 59 | 11 |
| Octal | 5 | 46 | 122 | 136 | 66 | 0 | 104 | 326 | 131 | 21 |
| Binary | 101 | 100110 | 1010010 | 1011110 | 110110 | 0 | 1000100 | 11010110 | 1011001 | 10001 |
Color Harmonies of #052652
Complementary color
Monochromatic Colors of #052652
Black with #052652
Text Example
Text Example
White with #052652
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #052652; }
p { color: rgb(5,38,82); }
H1.HeaderClassName
{
color: #052652;
}
.AnyTagClassName
{
color: #052652;
}
</style>
background-color css
<style>
a { background-color: #052652; }
a { background-color: rgb(5,38,82); }
div.DivClassName
{
background-color: #052652;
}
.BgClassName
{
background-color: #052652;
}
</style>
border-color css
<style>
span { border-color: #052652; }
span { border-color: rgb(5,38,82); }
td.TdClassName
{
border-color: #052652;
}
.TagClassName
{
border-color: #052652;
}
</style>