Shades of Picton Blue #5A99CA
Tints of Picton Blue #5A99CA
RGB
CMYK
RGB Variations
Color information
#5A99CA (or 0x5A99CA) is known color: Picton Blue. HEX triplet: 5A, 99 and CA. RGB value is (90,153,202). Sum of RGB (Red+Green+Blue) = 90+153+202=445 (58% of max value = 765). Red value is 90 (35.55% from 255 or 20.22% from 445); Green value is 153 (60.16% from 255 or 34.38% from 445); Blue value is 202 (79.30% from 255 or 45.39% from 445); Max value from RGB is 202 - color contains mainly: blue. Hex color #5A99CA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5A99CA is #A56635. Grayscale: #8B8B8B. Windows color (decimal): -10839606 or 13277530. OLE color: 13277530.
HSL color Cylindrical-coordinate representation of color #5A99CA: hue angle of 206.25º degrees, saturation: 0.51, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #5A99CA is Cyan = 0.55, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 90 | 153 | 202 | - |
| CMYK | 0.55 | 0.24 | 0 | 0.21 |
| HSL | 206.25º | 0.51% | 0.57% | - |
| HSV(B) | 206.25º | 0.55% | 0.79% | - |
| XYZ | 26.27 | 29.22 | 60.13 | - |
| YUV | 139.75 | 163.13 | 92.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 153 | 202 | 0.55 | 0.24 | 0 | 0.21 | 206.25 | 0.51 | 0.57 |
| Hex | 5A | 99 | CA | 37 | 18 | 0 | 15 | CE | 33 | 39 |
| Octal | 132 | 231 | 312 | 67 | 30 | 0 | 25 | 316 | 63 | 71 |
| Binary | 1011010 | 10011001 | 11001010 | 110111 | 11000 | 0 | 10101 | 11001110 | 110011 | 111001 |
Color Harmonies of #5A99CA
Complementary color
Monochromatic Colors of #5A99CA
Black with #5A99CA
Text Example
Text Example
White with #5A99CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A99CA; }
p { color: rgb(90,153,202); }
H1.HeaderClassName
{
color: #5A99CA;
}
.AnyTagClassName
{
color: #5A99CA;
}
</style>
background-color css
<style>
a { background-color: #5A99CA; }
a { background-color: rgb(90,153,202); }
div.DivClassName
{
background-color: #5A99CA;
}
.BgClassName
{
background-color: #5A99CA;
}
</style>
border-color css
<style>
span { border-color: #5A99CA; }
span { border-color: rgb(90,153,202); }
td.TdClassName
{
border-color: #5A99CA;
}
.TagClassName
{
border-color: #5A99CA;
}
</style>