Shades of Picton Blue #5AADCF
Tints of Picton Blue #5AADCF
RGB
CMYK
RGB Variations
Color information
#5AADCF (or 0x5AADCF) is known color: Picton Blue. HEX triplet: 5A, AD and CF. RGB value is (90,173,207). Sum of RGB (Red+Green+Blue) = 90+173+207=470 (62% of max value = 765). Red value is 90 (35.55% from 255 or 19.15% from 470); Green value is 173 (67.97% from 255 or 36.81% from 470); Blue value is 207 (81.25% from 255 or 44.04% from 470); Max value from RGB is 207 - color contains mainly: blue. Hex color #5AADCF is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5AADCF is #A55230. Grayscale: #979797. Windows color (decimal): -10834481 or 13610330. OLE color: 13610330.
HSL color Cylindrical-coordinate representation of color #5AADCF: hue angle of 197.44º degrees, saturation: 0.55, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #5AADCF is Cyan = 0.57, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 90 | 173 | 207 | - |
| CMYK | 0.57 | 0.16 | 0 | 0.19 |
| HSL | 197.44º | 0.55% | 0.58% | - |
| HSV(B) | 197.44º | 0.57% | 0.81% | - |
| XYZ | 30.42 | 36.57 | 64.49 | - |
| YUV | 152.06 | 159 | 83.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 173 | 207 | 0.57 | 0.16 | 0 | 0.19 | 197.44 | 0.55 | 0.58 |
| Hex | 5A | AD | CF | 39 | 10 | 0 | 13 | C5 | 37 | 3A |
| Octal | 132 | 255 | 317 | 71 | 20 | 0 | 23 | 305 | 67 | 72 |
| Binary | 1011010 | 10101101 | 11001111 | 111001 | 10000 | 0 | 10011 | 11000101 | 110111 | 111010 |
Color Harmonies of #5AADCF
Complementary color
Monochromatic Colors of #5AADCF
Black with #5AADCF
Text Example
Text Example
White with #5AADCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5AADCF; }
p { color: rgb(90,173,207); }
H1.HeaderClassName
{
color: #5AADCF;
}
.AnyTagClassName
{
color: #5AADCF;
}
</style>
background-color css
<style>
a { background-color: #5AADCF; }
a { background-color: rgb(90,173,207); }
div.DivClassName
{
background-color: #5AADCF;
}
.BgClassName
{
background-color: #5AADCF;
}
</style>
border-color css
<style>
span { border-color: #5AADCF; }
span { border-color: rgb(90,173,207); }
td.TdClassName
{
border-color: #5AADCF;
}
.TagClassName
{
border-color: #5AADCF;
}
</style>