Shades of Picton Blue #5A9ECE
Tints of Picton Blue #5A9ECE
RGB
CMYK
RGB Variations
Color information
#5A9ECE (or 0x5A9ECE) is known color: Picton Blue. HEX triplet: 5A, 9E and CE. RGB value is (90,158,206). Sum of RGB (Red+Green+Blue) = 90+158+206=454 (60% of max value = 765). Red value is 90 (35.55% from 255 or 19.82% from 454); Green value is 158 (62.11% from 255 or 34.80% from 454); Blue value is 206 (80.86% from 255 or 45.37% from 454); Max value from RGB is 206 - color contains mainly: blue. Hex color #5A9ECE is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5A9ECE is #A56131. Grayscale: #8E8E8E. Windows color (decimal): -10838322 or 13540954. OLE color: 13540954.
HSL color Cylindrical-coordinate representation of color #5A9ECE: hue angle of 204.83º 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 #5A9ECE is Cyan = 0.56, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 90 | 158 | 206 | - |
| CMYK | 0.56 | 0.23 | 0 | 0.19 |
| HSL | 204.83º | 0.54% | 0.58% | - |
| HSV(B) | 204.83º | 0.56% | 0.81% | - |
| XYZ | 27.58 | 31.08 | 62.94 | - |
| YUV | 143.14 | 163.47 | 90.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 158 | 206 | 0.56 | 0.23 | 0 | 0.19 | 204.83 | 0.54 | 0.58 |
| Hex | 5A | 9E | CE | 38 | 17 | 0 | 13 | CD | 36 | 3A |
| Octal | 132 | 236 | 316 | 70 | 27 | 0 | 23 | 315 | 66 | 72 |
| Binary | 1011010 | 10011110 | 11001110 | 111000 | 10111 | 0 | 10011 | 11001101 | 110110 | 111010 |
Color Harmonies of #5A9ECE
Complementary color
Monochromatic Colors of #5A9ECE
Black with #5A9ECE
Text Example
Text Example
White with #5A9ECE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A9ECE; }
p { color: rgb(90,158,206); }
H1.HeaderClassName
{
color: #5A9ECE;
}
.AnyTagClassName
{
color: #5A9ECE;
}
</style>
background-color css
<style>
a { background-color: #5A9ECE; }
a { background-color: rgb(90,158,206); }
div.DivClassName
{
background-color: #5A9ECE;
}
.BgClassName
{
background-color: #5A9ECE;
}
</style>
border-color css
<style>
span { border-color: #5A9ECE; }
span { border-color: rgb(90,158,206); }
td.TdClassName
{
border-color: #5A9ECE;
}
.TagClassName
{
border-color: #5A9ECE;
}
</style>