Shades of Picton Blue #5DA4C5
Tints of Picton Blue #5DA4C5
RGB
CMYK
RGB Variations
Color information
#5DA4C5 (or 0x5DA4C5) is known color: Picton Blue. HEX triplet: 5D, A4 and C5. RGB value is (93,164,197). Sum of RGB (Red+Green+Blue) = 93+164+197=454 (60% of max value = 765). Red value is 93 (36.72% from 255 or 20.48% from 454); Green value is 164 (64.45% from 255 or 36.12% from 454); Blue value is 197 (77.34% from 255 or 43.39% from 454); Max value from RGB is 197 - color contains mainly: blue. Hex color #5DA4C5 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5DA4C5 is #A25B3A. Grayscale: #929292. Windows color (decimal): -10640187 or 12952669. OLE color: 12952669.
HSL color Cylindrical-coordinate representation of color #5DA4C5: hue angle of 199.04º degrees, saturation: 0.47, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #5DA4C5 is Cyan = 0.53, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 93 | 164 | 197 | - |
| CMYK | 0.53 | 0.17 | 0 | 0.23 |
| HSL | 199.04º | 0.47% | 0.57% | - |
| HSV(B) | 199.04º | 0.53% | 0.77% | - |
| XYZ | 27.87 | 32.91 | 57.71 | - |
| YUV | 146.53 | 156.48 | 89.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 164 | 197 | 0.53 | 0.17 | 0 | 0.23 | 199.04 | 0.47 | 0.57 |
| Hex | 5D | A4 | C5 | 35 | 11 | 0 | 17 | C7 | 2F | 39 |
| Octal | 135 | 244 | 305 | 65 | 21 | 0 | 27 | 307 | 57 | 71 |
| Binary | 1011101 | 10100100 | 11000101 | 110101 | 10001 | 0 | 10111 | 11000111 | 101111 | 111001 |
Color Harmonies of #5DA4C5
Complementary color
Monochromatic Colors of #5DA4C5
Black with #5DA4C5
Text Example
Text Example
White with #5DA4C5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5DA4C5; }
p { color: rgb(93,164,197); }
H1.HeaderClassName
{
color: #5DA4C5;
}
.AnyTagClassName
{
color: #5DA4C5;
}
</style>
background-color css
<style>
a { background-color: #5DA4C5; }
a { background-color: rgb(93,164,197); }
div.DivClassName
{
background-color: #5DA4C5;
}
.BgClassName
{
background-color: #5DA4C5;
}
</style>
border-color css
<style>
span { border-color: #5DA4C5; }
span { border-color: rgb(93,164,197); }
td.TdClassName
{
border-color: #5DA4C5;
}
.TagClassName
{
border-color: #5DA4C5;
}
</style>