Shades of Picton Blue #5A9DCC
Tints of Picton Blue #5A9DCC
RGB
CMYK
RGB Variations
Color information
#5A9DCC (or 0x5A9DCC) is known color: Picton Blue. HEX triplet: 5A, 9D and CC. RGB value is (90,157,204). Sum of RGB (Red+Green+Blue) = 90+157+204=451 (59% of max value = 765). Red value is 90 (35.55% from 255 or 19.96% from 451); Green value is 157 (61.72% from 255 or 34.81% from 451); Blue value is 204 (80.08% from 255 or 45.23% from 451); Max value from RGB is 204 - color contains mainly: blue. Hex color #5A9DCC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5A9DCC is #A56233. Grayscale: #8E8E8E. Windows color (decimal): -10838580 or 13409626. OLE color: 13409626.
HSL color Cylindrical-coordinate representation of color #5A9DCC: hue angle of 204.74º degrees, saturation: 0.53, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #5A9DCC is Cyan = 0.56, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 90 | 157 | 204 | - |
| CMYK | 0.56 | 0.23 | 0 | 0.2 |
| HSL | 204.74º | 0.53% | 0.58% | - |
| HSV(B) | 204.74º | 0.56% | 0.8% | - |
| XYZ | 27.17 | 30.65 | 61.61 | - |
| YUV | 142.33 | 162.8 | 90.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 157 | 204 | 0.56 | 0.23 | 0 | 0.2 | 204.74 | 0.53 | 0.58 |
| Hex | 5A | 9D | CC | 38 | 17 | 0 | 14 | CD | 35 | 3A |
| Octal | 132 | 235 | 314 | 70 | 27 | 0 | 24 | 315 | 65 | 72 |
| Binary | 1011010 | 10011101 | 11001100 | 111000 | 10111 | 0 | 10100 | 11001101 | 110101 | 111010 |
Color Harmonies of #5A9DCC
Complementary color
Monochromatic Colors of #5A9DCC
Black with #5A9DCC
Text Example
Text Example
White with #5A9DCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A9DCC; }
p { color: rgb(90,157,204); }
H1.HeaderClassName
{
color: #5A9DCC;
}
.AnyTagClassName
{
color: #5A9DCC;
}
</style>
background-color css
<style>
a { background-color: #5A9DCC; }
a { background-color: rgb(90,157,204); }
div.DivClassName
{
background-color: #5A9DCC;
}
.BgClassName
{
background-color: #5A9DCC;
}
</style>
border-color css
<style>
span { border-color: #5A9DCC; }
span { border-color: rgb(90,157,204); }
td.TdClassName
{
border-color: #5A9DCC;
}
.TagClassName
{
border-color: #5A9DCC;
}
</style>