Shades of Picton Blue #5DA6CC
Tints of Picton Blue #5DA6CC
RGB
CMYK
RGB Variations
Color information
#5DA6CC (or 0x5DA6CC) is known color: Picton Blue. HEX triplet: 5D, A6 and CC. RGB value is (93,166,204). Sum of RGB (Red+Green+Blue) = 93+166+204=463 (61% of max value = 765). Red value is 93 (36.72% from 255 or 20.09% from 463); Green value is 166 (65.23% from 255 or 35.85% from 463); Blue value is 204 (80.08% from 255 or 44.06% from 463); Max value from RGB is 204 - color contains mainly: blue. Hex color #5DA6CC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5DA6CC is #A25933. Grayscale: #949494. Windows color (decimal): -10639668 or 13411933. OLE color: 13411933.
HSL color Cylindrical-coordinate representation of color #5DA6CC: hue angle of 200.54º 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 #5DA6CC is Cyan = 0.54, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 93 | 166 | 204 | - |
| CMYK | 0.54 | 0.19 | 0 | 0.2 |
| HSL | 200.54º | 0.52% | 0.58% | - |
| HSV(B) | 200.54º | 0.54% | 0.8% | - |
| XYZ | 29.05 | 33.96 | 62.15 | - |
| YUV | 148.51 | 159.32 | 88.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 166 | 204 | 0.54 | 0.19 | 0 | 0.2 | 200.54 | 0.52 | 0.58 |
| Hex | 5D | A6 | CC | 36 | 13 | 0 | 14 | C9 | 34 | 3A |
| Octal | 135 | 246 | 314 | 66 | 23 | 0 | 24 | 311 | 64 | 72 |
| Binary | 1011101 | 10100110 | 11001100 | 110110 | 10011 | 0 | 10100 | 11001001 | 110100 | 111010 |
Color Harmonies of #5DA6CC
Complementary color
Monochromatic Colors of #5DA6CC
Black with #5DA6CC
Text Example
Text Example
White with #5DA6CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5DA6CC; }
p { color: rgb(93,166,204); }
H1.HeaderClassName
{
color: #5DA6CC;
}
.AnyTagClassName
{
color: #5DA6CC;
}
</style>
background-color css
<style>
a { background-color: #5DA6CC; }
a { background-color: rgb(93,166,204); }
div.DivClassName
{
background-color: #5DA6CC;
}
.BgClassName
{
background-color: #5DA6CC;
}
</style>
border-color css
<style>
span { border-color: #5DA6CC; }
span { border-color: rgb(93,166,204); }
td.TdClassName
{
border-color: #5DA6CC;
}
.TagClassName
{
border-color: #5DA6CC;
}
</style>