Shades of Picton Blue #5DAADB
Tints of Picton Blue #5DAADB
RGB
CMYK
RGB Variations
Color information
#5DAADB (or 0x5DAADB) is known color: Picton Blue. HEX triplet: 5D, AA and DB. RGB value is (93,170,219). Sum of RGB (Red+Green+Blue) = 93+170+219=482 (63% of max value = 765). Red value is 93 (36.72% from 255 or 19.29% from 482); Green value is 170 (66.80% from 255 or 35.27% from 482); Blue value is 219 (85.94% from 255 or 45.44% from 482); Max value from RGB is 219 - color contains mainly: blue. Hex color #5DAADB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5DAADB is #A25524. Grayscale: #989898. Windows color (decimal): -10638629 or 14395997. OLE color: 14395997.
HSL color Cylindrical-coordinate representation of color #5DAADB: hue angle of 203.33º degrees, saturation: 0.64, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #5DAADB is Cyan = 0.58, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 93 | 170 | 219 | - |
| CMYK | 0.58 | 0.22 | 0 | 0.14 |
| HSL | 203.33º | 0.64% | 0.61% | - |
| HSV(B) | 203.33º | 0.58% | 0.86% | - |
| XYZ | 31.68 | 36.19 | 72.33 | - |
| YUV | 152.56 | 165.49 | 85.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 170 | 219 | 0.58 | 0.22 | 0 | 0.14 | 203.33 | 0.64 | 0.61 |
| Hex | 5D | AA | DB | 3A | 16 | 0 | E | CB | 40 | 3D |
| Octal | 135 | 252 | 333 | 72 | 26 | 0 | 16 | 313 | 100 | 75 |
| Binary | 1011101 | 10101010 | 11011011 | 111010 | 10110 | 0 | 1110 | 11001011 | 1000000 | 111101 |
Color Harmonies of #5DAADB
Complementary color
Monochromatic Colors of #5DAADB
Black with #5DAADB
Text Example
Text Example
White with #5DAADB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5DAADB; }
p { color: rgb(93,170,219); }
H1.HeaderClassName
{
color: #5DAADB;
}
.AnyTagClassName
{
color: #5DAADB;
}
</style>
background-color css
<style>
a { background-color: #5DAADB; }
a { background-color: rgb(93,170,219); }
div.DivClassName
{
background-color: #5DAADB;
}
.BgClassName
{
background-color: #5DAADB;
}
</style>
border-color css
<style>
span { border-color: #5DAADB; }
span { border-color: rgb(93,170,219); }
td.TdClassName
{
border-color: #5DAADB;
}
.TagClassName
{
border-color: #5DAADB;
}
</style>