Shades of Picton Blue #5A9BDA
Tints of Picton Blue #5A9BDA
RGB
CMYK
RGB Variations
Color information
#5A9BDA (or 0x5A9BDA) is known color: Picton Blue. HEX triplet: 5A, 9B and DA. RGB value is (90,155,218). Sum of RGB (Red+Green+Blue) = 90+155+218=463 (61% of max value = 765). Red value is 90 (35.55% from 255 or 19.44% from 463); Green value is 155 (60.94% from 255 or 33.48% from 463); Blue value is 218 (85.55% from 255 or 47.08% from 463); Max value from RGB is 218 - color contains mainly: blue. Hex color #5A9BDA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5A9BDA is #A56425. Grayscale: #8E8E8E. Windows color (decimal): -10839078 or 14326618. OLE color: 14326618.
HSL color Cylindrical-coordinate representation of color #5A9BDA: hue angle of 209.53º degrees, saturation: 0.63, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #5A9BDA is Cyan = 0.59, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 90 | 155 | 218 | - |
| CMYK | 0.59 | 0.29 | 0 | 0.15 |
| HSL | 209.53º | 0.63% | 0.6% | - |
| HSV(B) | 209.53º | 0.59% | 0.85% | - |
| XYZ | 28.59 | 30.68 | 70.74 | - |
| YUV | 142.75 | 170.47 | 90.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 155 | 218 | 0.59 | 0.29 | 0 | 0.15 | 209.53 | 0.63 | 0.6 |
| Hex | 5A | 9B | DA | 3B | 1D | 0 | F | D2 | 3F | 3C |
| Octal | 132 | 233 | 332 | 73 | 35 | 0 | 17 | 322 | 77 | 74 |
| Binary | 1011010 | 10011011 | 11011010 | 111011 | 11101 | 0 | 1111 | 11010010 | 111111 | 111100 |
Color Harmonies of #5A9BDA
Complementary color
Monochromatic Colors of #5A9BDA
Black with #5A9BDA
Text Example
Text Example
White with #5A9BDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A9BDA; }
p { color: rgb(90,155,218); }
H1.HeaderClassName
{
color: #5A9BDA;
}
.AnyTagClassName
{
color: #5A9BDA;
}
</style>
background-color css
<style>
a { background-color: #5A9BDA; }
a { background-color: rgb(90,155,218); }
div.DivClassName
{
background-color: #5A9BDA;
}
.BgClassName
{
background-color: #5A9BDA;
}
</style>
border-color css
<style>
span { border-color: #5A9BDA; }
span { border-color: rgb(90,155,218); }
td.TdClassName
{
border-color: #5A9BDA;
}
.TagClassName
{
border-color: #5A9BDA;
}
</style>