Shades of Picton Blue #5DADCD
Tints of Picton Blue #5DADCD
RGB
CMYK
RGB Variations
Color information
#5DADCD (or 0x5DADCD) is known color: Picton Blue. HEX triplet: 5D, AD and CD. RGB value is (93,173,205). Sum of RGB (Red+Green+Blue) = 93+173+205=471 (62% of max value = 765). Red value is 93 (36.72% from 255 or 19.75% from 471); Green value is 173 (67.97% from 255 or 36.73% from 471); Blue value is 205 (80.47% from 255 or 43.52% from 471); Max value from RGB is 205 - color contains mainly: blue. Hex color #5DADCD is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5DADCD is #A25232. Grayscale: #989898. Windows color (decimal): -10637875 or 13479261. OLE color: 13479261.
HSL color Cylindrical-coordinate representation of color #5DADCD: hue angle of 197.14º degrees, saturation: 0.53, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #5DADCD is Cyan = 0.55, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 93 | 173 | 205 | - |
| CMYK | 0.55 | 0.16 | 0 | 0.20 |
| HSL | 197.14º | 0.53% | 0.58% | - |
| HSV(B) | 197.14º | 0.55% | 0.8% | - |
| XYZ | 30.48 | 36.62 | 63.22 | - |
| YUV | 152.73 | 157.5 | 85.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 173 | 205 | 0.55 | 0.16 | 0 | 0.20 | 197.14 | 0.53 | 0.58 |
| Hex | 5D | AD | CD | 37 | 10 | 0 | 14 | C5 | 35 | 3A |
| Octal | 135 | 255 | 315 | 67 | 20 | 0 | 24 | 305 | 65 | 72 |
| Binary | 1011101 | 10101101 | 11001101 | 110111 | 10000 | 0 | 10100 | 11000101 | 110101 | 111010 |
Color Harmonies of #5DADCD
Complementary color
Monochromatic Colors of #5DADCD
Black with #5DADCD
Text Example
Text Example
White with #5DADCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5DADCD; }
p { color: rgb(93,173,205); }
H1.HeaderClassName
{
color: #5DADCD;
}
.AnyTagClassName
{
color: #5DADCD;
}
</style>
background-color css
<style>
a { background-color: #5DADCD; }
a { background-color: rgb(93,173,205); }
div.DivClassName
{
background-color: #5DADCD;
}
.BgClassName
{
background-color: #5DADCD;
}
</style>
border-color css
<style>
span { border-color: #5DADCD; }
span { border-color: rgb(93,173,205); }
td.TdClassName
{
border-color: #5DADCD;
}
.TagClassName
{
border-color: #5DADCD;
}
</style>