Shades of Picton Blue #5A9ACB
Tints of Picton Blue #5A9ACB
RGB
CMYK
RGB Variations
Color information
#5A9ACB (or 0x5A9ACB) is known color: Picton Blue. HEX triplet: 5A, 9A and CB. RGB value is (90,154,203). Sum of RGB (Red+Green+Blue) = 90+154+203=447 (59% of max value = 765). Red value is 90 (35.55% from 255 or 20.13% from 447); Green value is 154 (60.55% from 255 or 34.45% from 447); Blue value is 203 (79.69% from 255 or 45.41% from 447); Max value from RGB is 203 - color contains mainly: blue. Hex color #5A9ACB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5A9ACB is #A56534. Grayscale: #8C8C8C. Windows color (decimal): -10839349 or 13343322. OLE color: 13343322.
HSL color Cylindrical-coordinate representation of color #5A9ACB: hue angle of 206.02º degrees, saturation: 0.52, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #5A9ACB is Cyan = 0.56, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 90 | 154 | 203 | - |
| CMYK | 0.56 | 0.24 | 0 | 0.20 |
| HSL | 206.02º | 0.52% | 0.57% | - |
| HSV(B) | 206.02º | 0.56% | 0.8% | - |
| XYZ | 26.55 | 29.6 | 60.81 | - |
| YUV | 140.45 | 163.3 | 92.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 154 | 203 | 0.56 | 0.24 | 0 | 0.20 | 206.02 | 0.52 | 0.57 |
| Hex | 5A | 9A | CB | 38 | 18 | 0 | 14 | CE | 34 | 39 |
| Octal | 132 | 232 | 313 | 70 | 30 | 0 | 24 | 316 | 64 | 71 |
| Binary | 1011010 | 10011010 | 11001011 | 111000 | 11000 | 0 | 10100 | 11001110 | 110100 | 111001 |
Color Harmonies of #5A9ACB
Complementary color
Monochromatic Colors of #5A9ACB
Black with #5A9ACB
Text Example
Text Example
White with #5A9ACB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A9ACB; }
p { color: rgb(90,154,203); }
H1.HeaderClassName
{
color: #5A9ACB;
}
.AnyTagClassName
{
color: #5A9ACB;
}
</style>
background-color css
<style>
a { background-color: #5A9ACB; }
a { background-color: rgb(90,154,203); }
div.DivClassName
{
background-color: #5A9ACB;
}
.BgClassName
{
background-color: #5A9ACB;
}
</style>
border-color css
<style>
span { border-color: #5A9ACB; }
span { border-color: rgb(90,154,203); }
td.TdClassName
{
border-color: #5A9ACB;
}
.TagClassName
{
border-color: #5A9ACB;
}
</style>