Shades of Picton Blue #5A9EC8
Tints of Picton Blue #5A9EC8
RGB
CMYK
RGB Variations
Color information
#5A9EC8 (or 0x5A9EC8) is known color: Picton Blue. HEX triplet: 5A, 9E and C8. RGB value is (90,158,200). Sum of RGB (Red+Green+Blue) = 90+158+200=448 (59% of max value = 765). Red value is 90 (35.55% from 255 or 20.09% from 448); Green value is 158 (62.11% from 255 or 35.27% from 448); Blue value is 200 (78.52% from 255 or 44.64% from 448); Max value from RGB is 200 - color contains mainly: blue. Hex color #5A9EC8 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5A9EC8 is #A56137. Grayscale: #8E8E8E. Windows color (decimal): -10838328 or 13147738. OLE color: 13147738.
HSL color Cylindrical-coordinate representation of color #5A9EC8: hue angle of 202.91º degrees, saturation: 0.5, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #5A9EC8 is Cyan = 0.55, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 90 | 158 | 200 | - |
| CMYK | 0.55 | 0.21 | 0 | 0.22 |
| HSL | 202.91º | 0.5% | 0.57% | - |
| HSV(B) | 202.91º | 0.55% | 0.78% | - |
| XYZ | 26.87 | 30.8 | 59.17 | - |
| YUV | 142.46 | 160.47 | 90.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 158 | 200 | 0.55 | 0.21 | 0 | 0.22 | 202.91 | 0.5 | 0.57 |
| Hex | 5A | 9E | C8 | 37 | 15 | 0 | 16 | CB | 32 | 39 |
| Octal | 132 | 236 | 310 | 67 | 25 | 0 | 26 | 313 | 62 | 71 |
| Binary | 1011010 | 10011110 | 11001000 | 110111 | 10101 | 0 | 10110 | 11001011 | 110010 | 111001 |
Color Harmonies of #5A9EC8
Complementary color
Monochromatic Colors of #5A9EC8
Black with #5A9EC8
Text Example
Text Example
White with #5A9EC8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A9EC8; }
p { color: rgb(90,158,200); }
H1.HeaderClassName
{
color: #5A9EC8;
}
.AnyTagClassName
{
color: #5A9EC8;
}
</style>
background-color css
<style>
a { background-color: #5A9EC8; }
a { background-color: rgb(90,158,200); }
div.DivClassName
{
background-color: #5A9EC8;
}
.BgClassName
{
background-color: #5A9EC8;
}
</style>
border-color css
<style>
span { border-color: #5A9EC8; }
span { border-color: rgb(90,158,200); }
td.TdClassName
{
border-color: #5A9EC8;
}
.TagClassName
{
border-color: #5A9EC8;
}
</style>