Shades of Picton Blue #5DA6CE
Tints of Picton Blue #5DA6CE
RGB
CMYK
RGB Variations
Color information
#5DA6CE (or 0x5DA6CE) is known color: Picton Blue. HEX triplet: 5D, A6 and CE. RGB value is (93,166,206). Sum of RGB (Red+Green+Blue) = 93+166+206=465 (61% of max value = 765). Red value is 93 (36.72% from 255 or 20% from 465); Green value is 166 (65.23% from 255 or 35.70% from 465); Blue value is 206 (80.86% from 255 or 44.30% from 465); Max value from RGB is 206 - color contains mainly: blue. Hex color #5DA6CE is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5DA6CE is #A25931. Grayscale: #949494. Windows color (decimal): -10639666 or 13543005. OLE color: 13543005.
HSL color Cylindrical-coordinate representation of color #5DA6CE: hue angle of 201.24º 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 #5DA6CE is Cyan = 0.55, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 93 | 166 | 206 | - |
| CMYK | 0.55 | 0.19 | 0 | 0.19 |
| HSL | 201.24º | 0.54% | 0.59% | - |
| HSV(B) | 201.24º | 0.55% | 0.81% | - |
| XYZ | 29.29 | 34.06 | 63.42 | - |
| YUV | 148.73 | 160.32 | 88.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 166 | 206 | 0.55 | 0.19 | 0 | 0.19 | 201.24 | 0.54 | 0.59 |
| Hex | 5D | A6 | CE | 37 | 13 | 0 | 13 | C9 | 36 | 3B |
| Octal | 135 | 246 | 316 | 67 | 23 | 0 | 23 | 311 | 66 | 73 |
| Binary | 1011101 | 10100110 | 11001110 | 110111 | 10011 | 0 | 10011 | 11001001 | 110110 | 111011 |
Color Harmonies of #5DA6CE
Complementary color
Monochromatic Colors of #5DA6CE
Black with #5DA6CE
Text Example
Text Example
White with #5DA6CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5DA6CE; }
p { color: rgb(93,166,206); }
H1.HeaderClassName
{
color: #5DA6CE;
}
.AnyTagClassName
{
color: #5DA6CE;
}
</style>
background-color css
<style>
a { background-color: #5DA6CE; }
a { background-color: rgb(93,166,206); }
div.DivClassName
{
background-color: #5DA6CE;
}
.BgClassName
{
background-color: #5DA6CE;
}
</style>
border-color css
<style>
span { border-color: #5DA6CE; }
span { border-color: rgb(93,166,206); }
td.TdClassName
{
border-color: #5DA6CE;
}
.TagClassName
{
border-color: #5DA6CE;
}
</style>