Shades of Picton Blue #5A9BDE
Tints of Picton Blue #5A9BDE
RGB
CMYK
RGB Variations
Color information
#5A9BDE (or 0x5A9BDE) is known color: Picton Blue. HEX triplet: 5A, 9B and DE. RGB value is (90,155,222). Sum of RGB (Red+Green+Blue) = 90+155+222=467 (61% of max value = 765). Red value is 90 (35.55% from 255 or 19.27% from 467); Green value is 155 (60.94% from 255 or 33.19% from 467); Blue value is 222 (87.11% from 255 or 47.54% from 467); Max value from RGB is 222 - color contains mainly: blue. Hex color #5A9BDE is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5A9BDE is #A56421. Grayscale: #8E8E8E. Windows color (decimal): -10839074 or 14588762. OLE color: 14588762.
HSL color Cylindrical-coordinate representation of color #5A9BDE: hue angle of 210.45º degrees, saturation: 0.67, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #5A9BDE is Cyan = 0.59, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 90 | 155 | 222 | - |
| CMYK | 0.59 | 0.30 | 0 | 0.13 |
| HSL | 210.45º | 0.67% | 0.61% | - |
| HSV(B) | 210.45º | 0.59% | 0.87% | - |
| XYZ | 29.12 | 30.89 | 73.53 | - |
| YUV | 143.2 | 172.47 | 90.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 155 | 222 | 0.59 | 0.30 | 0 | 0.13 | 210.45 | 0.67 | 0.61 |
| Hex | 5A | 9B | DE | 3B | 1E | 0 | D | D2 | 43 | 3D |
| Octal | 132 | 233 | 336 | 73 | 36 | 0 | 15 | 322 | 103 | 75 |
| Binary | 1011010 | 10011011 | 11011110 | 111011 | 11110 | 0 | 1101 | 11010010 | 1000011 | 111101 |
Color Harmonies of #5A9BDE
Complementary color
Monochromatic Colors of #5A9BDE
Black with #5A9BDE
Text Example
Text Example
White with #5A9BDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A9BDE; }
p { color: rgb(90,155,222); }
H1.HeaderClassName
{
color: #5A9BDE;
}
.AnyTagClassName
{
color: #5A9BDE;
}
</style>
background-color css
<style>
a { background-color: #5A9BDE; }
a { background-color: rgb(90,155,222); }
div.DivClassName
{
background-color: #5A9BDE;
}
.BgClassName
{
background-color: #5A9BDE;
}
</style>
border-color css
<style>
span { border-color: #5A9BDE; }
span { border-color: rgb(90,155,222); }
td.TdClassName
{
border-color: #5A9BDE;
}
.TagClassName
{
border-color: #5A9BDE;
}
</style>