Shades of Picton Blue #5DA0CC
Tints of Picton Blue #5DA0CC
RGB
CMYK
RGB Variations
Color information
#5DA0CC (or 0x5DA0CC) is known color: Picton Blue. HEX triplet: 5D, A0 and CC. RGB value is (93,160,204). Sum of RGB (Red+Green+Blue) = 93+160+204=457 (60% of max value = 765). Red value is 93 (36.72% from 255 or 20.35% from 457); Green value is 160 (62.89% from 255 or 35.01% from 457); Blue value is 204 (80.08% from 255 or 44.64% from 457); Max value from RGB is 204 - color contains mainly: blue. Hex color #5DA0CC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5DA0CC is #A25F33. Grayscale: #909090. Windows color (decimal): -10641204 or 13410397. OLE color: 13410397.
HSL color Cylindrical-coordinate representation of color #5DA0CC: hue angle of 203.78º 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 #5DA0CC is Cyan = 0.54, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 93 | 160 | 204 | - |
| CMYK | 0.54 | 0.22 | 0 | 0.2 |
| HSL | 203.78º | 0.52% | 0.58% | - |
| HSV(B) | 203.78º | 0.54% | 0.8% | - |
| XYZ | 27.98 | 31.83 | 61.8 | - |
| YUV | 144.98 | 161.3 | 90.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 160 | 204 | 0.54 | 0.22 | 0 | 0.2 | 203.78 | 0.52 | 0.58 |
| Hex | 5D | A0 | CC | 36 | 16 | 0 | 14 | CC | 34 | 3A |
| Octal | 135 | 240 | 314 | 66 | 26 | 0 | 24 | 314 | 64 | 72 |
| Binary | 1011101 | 10100000 | 11001100 | 110110 | 10110 | 0 | 10100 | 11001100 | 110100 | 111010 |
Color Harmonies of #5DA0CC
Complementary color
Monochromatic Colors of #5DA0CC
Black with #5DA0CC
Text Example
Text Example
White with #5DA0CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5DA0CC; }
p { color: rgb(93,160,204); }
H1.HeaderClassName
{
color: #5DA0CC;
}
.AnyTagClassName
{
color: #5DA0CC;
}
</style>
background-color css
<style>
a { background-color: #5DA0CC; }
a { background-color: rgb(93,160,204); }
div.DivClassName
{
background-color: #5DA0CC;
}
.BgClassName
{
background-color: #5DA0CC;
}
</style>
border-color css
<style>
span { border-color: #5DA0CC; }
span { border-color: rgb(93,160,204); }
td.TdClassName
{
border-color: #5DA0CC;
}
.TagClassName
{
border-color: #5DA0CC;
}
</style>