Shades of Picton Blue #5DADCE
Tints of Picton Blue #5DADCE
RGB
CMYK
RGB Variations
Color information
#5DADCE (or 0x5DADCE) is known color: Picton Blue. HEX triplet: 5D, AD and CE. RGB value is (93,173,206). Sum of RGB (Red+Green+Blue) = 93+173+206=472 (62% of max value = 765). Red value is 93 (36.72% from 255 or 19.70% from 472); Green value is 173 (67.97% from 255 or 36.65% from 472); Blue value is 206 (80.86% from 255 or 43.64% from 472); Max value from RGB is 206 - color contains mainly: blue. Hex color #5DADCE is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5DADCE is #A25231. Grayscale: #989898. Windows color (decimal): -10637874 or 13544797. OLE color: 13544797.
HSL color Cylindrical-coordinate representation of color #5DADCE: hue angle of 197.52º degrees, saturation: 0.54, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #5DADCE is Cyan = 0.55, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 93 | 173 | 206 | - |
| CMYK | 0.55 | 0.16 | 0 | 0.19 |
| HSL | 197.52º | 0.54% | 0.59% | - |
| HSV(B) | 197.52º | 0.55% | 0.81% | - |
| XYZ | 30.6 | 36.67 | 63.86 | - |
| YUV | 152.84 | 158 | 85.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 173 | 206 | 0.55 | 0.16 | 0 | 0.19 | 197.52 | 0.54 | 0.59 |
| Hex | 5D | AD | CE | 37 | 10 | 0 | 13 | C6 | 36 | 3B |
| Octal | 135 | 255 | 316 | 67 | 20 | 0 | 23 | 306 | 66 | 73 |
| Binary | 1011101 | 10101101 | 11001110 | 110111 | 10000 | 0 | 10011 | 11000110 | 110110 | 111011 |
Color Harmonies of #5DADCE
Complementary color
Monochromatic Colors of #5DADCE
Black with #5DADCE
Text Example
Text Example
White with #5DADCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5DADCE; }
p { color: rgb(93,173,206); }
H1.HeaderClassName
{
color: #5DADCE;
}
.AnyTagClassName
{
color: #5DADCE;
}
</style>
background-color css
<style>
a { background-color: #5DADCE; }
a { background-color: rgb(93,173,206); }
div.DivClassName
{
background-color: #5DADCE;
}
.BgClassName
{
background-color: #5DADCE;
}
</style>
border-color css
<style>
span { border-color: #5DADCE; }
span { border-color: rgb(93,173,206); }
td.TdClassName
{
border-color: #5DADCE;
}
.TagClassName
{
border-color: #5DADCE;
}
</style>