Shades of Picton Blue #5DA8CC
Tints of Picton Blue #5DA8CC
RGB
CMYK
RGB Variations
Color information
#5DA8CC (or 0x5DA8CC) is known color: Picton Blue. HEX triplet: 5D, A8 and CC. RGB value is (93,168,204). Sum of RGB (Red+Green+Blue) = 93+168+204=465 (61% of max value = 765). Red value is 93 (36.72% from 255 or 20% from 465); Green value is 168 (66.02% from 255 or 36.13% from 465); Blue value is 204 (80.08% from 255 or 43.87% from 465); Max value from RGB is 204 - color contains mainly: blue. Hex color #5DA8CC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5DA8CC is #A25733. Grayscale: #959595. Windows color (decimal): -10639156 or 13412445. OLE color: 13412445.
HSL color Cylindrical-coordinate representation of color #5DA8CC: hue angle of 199.46º degrees, saturation: 0.52, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #5DA8CC is Cyan = 0.54, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 93 | 168 | 204 | - |
| CMYK | 0.54 | 0.18 | 0 | 0.2 |
| HSL | 199.46º | 0.52% | 0.58% | - |
| HSV(B) | 199.46º | 0.54% | 0.8% | - |
| XYZ | 29.42 | 34.69 | 62.27 | - |
| YUV | 149.68 | 158.65 | 87.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 168 | 204 | 0.54 | 0.18 | 0 | 0.2 | 199.46 | 0.52 | 0.58 |
| Hex | 5D | A8 | CC | 36 | 12 | 0 | 14 | C7 | 34 | 3A |
| Octal | 135 | 250 | 314 | 66 | 22 | 0 | 24 | 307 | 64 | 72 |
| Binary | 1011101 | 10101000 | 11001100 | 110110 | 10010 | 0 | 10100 | 11000111 | 110100 | 111010 |
Color Harmonies of #5DA8CC
Complementary color
Monochromatic Colors of #5DA8CC
Black with #5DA8CC
Text Example
Text Example
White with #5DA8CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5DA8CC; }
p { color: rgb(93,168,204); }
H1.HeaderClassName
{
color: #5DA8CC;
}
.AnyTagClassName
{
color: #5DA8CC;
}
</style>
background-color css
<style>
a { background-color: #5DA8CC; }
a { background-color: rgb(93,168,204); }
div.DivClassName
{
background-color: #5DA8CC;
}
.BgClassName
{
background-color: #5DA8CC;
}
</style>
border-color css
<style>
span { border-color: #5DA8CC; }
span { border-color: rgb(93,168,204); }
td.TdClassName
{
border-color: #5DA8CC;
}
.TagClassName
{
border-color: #5DA8CC;
}
</style>