Shades of Picton Blue #5DA9CE
Tints of Picton Blue #5DA9CE
RGB
CMYK
RGB Variations
Color information
#5DA9CE (or 0x5DA9CE) is known color: Picton Blue. HEX triplet: 5D, A9 and CE. RGB value is (93,169,206). Sum of RGB (Red+Green+Blue) = 93+169+206=468 (61% of max value = 765). Red value is 93 (36.72% from 255 or 19.87% from 468); Green value is 169 (66.41% from 255 or 36.11% from 468); Blue value is 206 (80.86% from 255 or 44.02% from 468); Max value from RGB is 206 - color contains mainly: blue. Hex color #5DA9CE is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5DA9CE is #A25631. Grayscale: #969696. Windows color (decimal): -10638898 or 13543773. OLE color: 13543773.
HSL color Cylindrical-coordinate representation of color #5DA9CE: hue angle of 199.65º 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 #5DA9CE is Cyan = 0.55, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 93 | 169 | 206 | - |
| CMYK | 0.55 | 0.18 | 0 | 0.19 |
| HSL | 199.65º | 0.54% | 0.59% | - |
| HSV(B) | 199.65º | 0.55% | 0.81% | - |
| XYZ | 29.84 | 35.16 | 63.61 | - |
| YUV | 150.49 | 159.32 | 86.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 169 | 206 | 0.55 | 0.18 | 0 | 0.19 | 199.65 | 0.54 | 0.59 |
| Hex | 5D | A9 | CE | 37 | 12 | 0 | 13 | C8 | 36 | 3B |
| Octal | 135 | 251 | 316 | 67 | 22 | 0 | 23 | 310 | 66 | 73 |
| Binary | 1011101 | 10101001 | 11001110 | 110111 | 10010 | 0 | 10011 | 11001000 | 110110 | 111011 |
Color Harmonies of #5DA9CE
Complementary color
Monochromatic Colors of #5DA9CE
Black with #5DA9CE
Text Example
Text Example
White with #5DA9CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5DA9CE; }
p { color: rgb(93,169,206); }
H1.HeaderClassName
{
color: #5DA9CE;
}
.AnyTagClassName
{
color: #5DA9CE;
}
</style>
background-color css
<style>
a { background-color: #5DA9CE; }
a { background-color: rgb(93,169,206); }
div.DivClassName
{
background-color: #5DA9CE;
}
.BgClassName
{
background-color: #5DA9CE;
}
</style>
border-color css
<style>
span { border-color: #5DA9CE; }
span { border-color: rgb(93,169,206); }
td.TdClassName
{
border-color: #5DA9CE;
}
.TagClassName
{
border-color: #5DA9CE;
}
</style>