Shades of Picton Blue #5DADCC
Tints of Picton Blue #5DADCC
RGB
CMYK
RGB Variations
Color information
#5DADCC (or 0x5DADCC) is known color: Picton Blue. HEX triplet: 5D, AD and CC. RGB value is (93,173,204). Sum of RGB (Red+Green+Blue) = 93+173+204=470 (62% of max value = 765). Red value is 93 (36.72% from 255 or 19.79% from 470); Green value is 173 (67.97% from 255 or 36.81% from 470); Blue value is 204 (80.08% from 255 or 43.40% from 470); Max value from RGB is 204 - color contains mainly: blue. Hex color #5DADCC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5DADCC is #A25233. Grayscale: #989898. Windows color (decimal): -10637876 or 13413725. OLE color: 13413725.
HSL color Cylindrical-coordinate representation of color #5DADCC: hue angle of 196.76º degrees, saturation: 0.52, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #5DADCC is Cyan = 0.54, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 93 | 173 | 204 | - |
| CMYK | 0.54 | 0.15 | 0 | 0.2 |
| HSL | 196.76º | 0.52% | 0.58% | - |
| HSV(B) | 196.76º | 0.54% | 0.8% | - |
| XYZ | 30.36 | 36.57 | 62.59 | - |
| YUV | 152.61 | 157 | 85.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 173 | 204 | 0.54 | 0.15 | 0 | 0.2 | 196.76 | 0.52 | 0.58 |
| Hex | 5D | AD | CC | 36 | F | 0 | 14 | C5 | 34 | 3A |
| Octal | 135 | 255 | 314 | 66 | 17 | 0 | 24 | 305 | 64 | 72 |
| Binary | 1011101 | 10101101 | 11001100 | 110110 | 1111 | 0 | 10100 | 11000101 | 110100 | 111010 |
Color Harmonies of #5DADCC
Complementary color
Monochromatic Colors of #5DADCC
Black with #5DADCC
Text Example
Text Example
White with #5DADCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5DADCC; }
p { color: rgb(93,173,204); }
H1.HeaderClassName
{
color: #5DADCC;
}
.AnyTagClassName
{
color: #5DADCC;
}
</style>
background-color css
<style>
a { background-color: #5DADCC; }
a { background-color: rgb(93,173,204); }
div.DivClassName
{
background-color: #5DADCC;
}
.BgClassName
{
background-color: #5DADCC;
}
</style>
border-color css
<style>
span { border-color: #5DADCC; }
span { border-color: rgb(93,173,204); }
td.TdClassName
{
border-color: #5DADCC;
}
.TagClassName
{
border-color: #5DADCC;
}
</style>