Shades of Picton Blue #5A93CE
Tints of Picton Blue #5A93CE
RGB
CMYK
RGB Variations
Color information
#5A93CE (or 0x5A93CE) is known color: Picton Blue. HEX triplet: 5A, 93 and CE. RGB value is (90,147,206). Sum of RGB (Red+Green+Blue) = 90+147+206=443 (58% of max value = 765). Red value is 90 (35.55% from 255 or 20.32% from 443); Green value is 147 (57.81% from 255 or 33.18% from 443); Blue value is 206 (80.86% from 255 or 46.50% from 443); Max value from RGB is 206 - color contains mainly: blue. Hex color #5A93CE is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5A93CE is #A56C31. Grayscale: #888888. Windows color (decimal): -10841138 or 13538138. OLE color: 13538138.
HSL color Cylindrical-coordinate representation of color #5A93CE: hue angle of 210.52º degrees, saturation: 0.54, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #5A93CE is Cyan = 0.56, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 90 | 147 | 206 | - |
| CMYK | 0.56 | 0.29 | 0 | 0.19 |
| HSL | 210.52º | 0.54% | 0.58% | - |
| HSV(B) | 210.52º | 0.56% | 0.81% | - |
| XYZ | 25.79 | 27.5 | 62.34 | - |
| YUV | 136.68 | 167.12 | 94.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 147 | 206 | 0.56 | 0.29 | 0 | 0.19 | 210.52 | 0.54 | 0.58 |
| Hex | 5A | 93 | CE | 38 | 1D | 0 | 13 | D3 | 36 | 3A |
| Octal | 132 | 223 | 316 | 70 | 35 | 0 | 23 | 323 | 66 | 72 |
| Binary | 1011010 | 10010011 | 11001110 | 111000 | 11101 | 0 | 10011 | 11010011 | 110110 | 111010 |
Color Harmonies of #5A93CE
Complementary color
Monochromatic Colors of #5A93CE
Black with #5A93CE
Text Example
Text Example
White with #5A93CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A93CE; }
p { color: rgb(90,147,206); }
H1.HeaderClassName
{
color: #5A93CE;
}
.AnyTagClassName
{
color: #5A93CE;
}
</style>
background-color css
<style>
a { background-color: #5A93CE; }
a { background-color: rgb(90,147,206); }
div.DivClassName
{
background-color: #5A93CE;
}
.BgClassName
{
background-color: #5A93CE;
}
</style>
border-color css
<style>
span { border-color: #5A93CE; }
span { border-color: rgb(90,147,206); }
td.TdClassName
{
border-color: #5A93CE;
}
.TagClassName
{
border-color: #5A93CE;
}
</style>