Shades of Picton Blue #5DA8CE
Tints of Picton Blue #5DA8CE
RGB
CMYK
RGB Variations
Color information
#5DA8CE (or 0x5DA8CE) is known color: Picton Blue. HEX triplet: 5D, A8 and CE. RGB value is (93,168,206). Sum of RGB (Red+Green+Blue) = 93+168+206=467 (61% of max value = 765). Red value is 93 (36.72% from 255 or 19.91% from 467); Green value is 168 (66.02% from 255 or 35.97% from 467); Blue value is 206 (80.86% from 255 or 44.11% from 467); Max value from RGB is 206 - color contains mainly: blue. Hex color #5DA8CE is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5DA8CE is #A25731. Grayscale: #959595. Windows color (decimal): -10639154 or 13543517. OLE color: 13543517.
HSL color Cylindrical-coordinate representation of color #5DA8CE: hue angle of 200.18º 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 #5DA8CE is Cyan = 0.55, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 93 | 168 | 206 | - |
| CMYK | 0.55 | 0.18 | 0 | 0.19 |
| HSL | 200.18º | 0.54% | 0.59% | - |
| HSV(B) | 200.18º | 0.55% | 0.81% | - |
| XYZ | 29.66 | 34.79 | 63.54 | - |
| YUV | 149.91 | 159.65 | 87.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 168 | 206 | 0.55 | 0.18 | 0 | 0.19 | 200.18 | 0.54 | 0.59 |
| Hex | 5D | A8 | CE | 37 | 12 | 0 | 13 | C8 | 36 | 3B |
| Octal | 135 | 250 | 316 | 67 | 22 | 0 | 23 | 310 | 66 | 73 |
| Binary | 1011101 | 10101000 | 11001110 | 110111 | 10010 | 0 | 10011 | 11001000 | 110110 | 111011 |
Color Harmonies of #5DA8CE
Complementary color
Monochromatic Colors of #5DA8CE
Black with #5DA8CE
Text Example
Text Example
White with #5DA8CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5DA8CE; }
p { color: rgb(93,168,206); }
H1.HeaderClassName
{
color: #5DA8CE;
}
.AnyTagClassName
{
color: #5DA8CE;
}
</style>
background-color css
<style>
a { background-color: #5DA8CE; }
a { background-color: rgb(93,168,206); }
div.DivClassName
{
background-color: #5DA8CE;
}
.BgClassName
{
background-color: #5DA8CE;
}
</style>
border-color css
<style>
span { border-color: #5DA8CE; }
span { border-color: rgb(93,168,206); }
td.TdClassName
{
border-color: #5DA8CE;
}
.TagClassName
{
border-color: #5DA8CE;
}
</style>