Shades of Picton Blue #5DABD1
Tints of Picton Blue #5DABD1
RGB
CMYK
RGB Variations
Color information
#5DABD1 (or 0x5DABD1) is known color: Picton Blue. HEX triplet: 5D, AB and D1. RGB value is (93,171,209). Sum of RGB (Red+Green+Blue) = 93+171+209=473 (62% of max value = 765). Red value is 93 (36.72% from 255 or 19.66% from 473); Green value is 171 (67.19% from 255 or 36.15% from 473); Blue value is 209 (82.03% from 255 or 44.19% from 473); Max value from RGB is 209 - color contains mainly: blue. Hex color #5DABD1 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5DABD1 is #A2542E. Grayscale: #979797. Windows color (decimal): -10638383 or 13740893. OLE color: 13740893.
HSL color Cylindrical-coordinate representation of color #5DABD1: hue angle of 199.66º degrees, saturation: 0.56, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #5DABD1 is Cyan = 0.56, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 93 | 171 | 209 | - |
| CMYK | 0.56 | 0.18 | 0 | 0.18 |
| HSL | 199.66º | 0.56% | 0.59% | - |
| HSV(B) | 199.66º | 0.56% | 0.82% | - |
| XYZ | 30.59 | 36.06 | 65.67 | - |
| YUV | 152.01 | 160.16 | 85.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 171 | 209 | 0.56 | 0.18 | 0 | 0.18 | 199.66 | 0.56 | 0.59 |
| Hex | 5D | AB | D1 | 38 | 12 | 0 | 12 | C8 | 38 | 3B |
| Octal | 135 | 253 | 321 | 70 | 22 | 0 | 22 | 310 | 70 | 73 |
| Binary | 1011101 | 10101011 | 11010001 | 111000 | 10010 | 0 | 10010 | 11001000 | 111000 | 111011 |
Color Harmonies of #5DABD1
Complementary color
Monochromatic Colors of #5DABD1
Black with #5DABD1
Text Example
Text Example
White with #5DABD1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5DABD1; }
p { color: rgb(93,171,209); }
H1.HeaderClassName
{
color: #5DABD1;
}
.AnyTagClassName
{
color: #5DABD1;
}
</style>
background-color css
<style>
a { background-color: #5DABD1; }
a { background-color: rgb(93,171,209); }
div.DivClassName
{
background-color: #5DABD1;
}
.BgClassName
{
background-color: #5DABD1;
}
</style>
border-color css
<style>
span { border-color: #5DABD1; }
span { border-color: rgb(93,171,209); }
td.TdClassName
{
border-color: #5DABD1;
}
.TagClassName
{
border-color: #5DABD1;
}
</style>