Shades of Picton Blue #5DA5CC
Tints of Picton Blue #5DA5CC
RGB
CMYK
RGB Variations
Color information
#5DA5CC (or 0x5DA5CC) is known color: Picton Blue. HEX triplet: 5D, A5 and CC. RGB value is (93,165,204). Sum of RGB (Red+Green+Blue) = 93+165+204=462 (61% of max value = 765). Red value is 93 (36.72% from 255 or 20.13% from 462); Green value is 165 (64.84% from 255 or 35.71% from 462); Blue value is 204 (80.08% from 255 or 44.16% from 462); Max value from RGB is 204 - color contains mainly: blue. Hex color #5DA5CC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5DA5CC is #A25A33. Grayscale: #939393. Windows color (decimal): -10639924 or 13411677. OLE color: 13411677.
HSL color Cylindrical-coordinate representation of color #5DA5CC: hue angle of 201.08º 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 #5DA5CC is Cyan = 0.54, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 93 | 165 | 204 | - |
| CMYK | 0.54 | 0.19 | 0 | 0.2 |
| HSL | 201.08º | 0.52% | 0.58% | - |
| HSV(B) | 201.08º | 0.54% | 0.8% | - |
| XYZ | 28.87 | 33.6 | 62.09 | - |
| YUV | 147.92 | 159.65 | 88.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 165 | 204 | 0.54 | 0.19 | 0 | 0.2 | 201.08 | 0.52 | 0.58 |
| Hex | 5D | A5 | CC | 36 | 13 | 0 | 14 | C9 | 34 | 3A |
| Octal | 135 | 245 | 314 | 66 | 23 | 0 | 24 | 311 | 64 | 72 |
| Binary | 1011101 | 10100101 | 11001100 | 110110 | 10011 | 0 | 10100 | 11001001 | 110100 | 111010 |
Color Harmonies of #5DA5CC
Complementary color
Monochromatic Colors of #5DA5CC
Black with #5DA5CC
Text Example
Text Example
White with #5DA5CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5DA5CC; }
p { color: rgb(93,165,204); }
H1.HeaderClassName
{
color: #5DA5CC;
}
.AnyTagClassName
{
color: #5DA5CC;
}
</style>
background-color css
<style>
a { background-color: #5DA5CC; }
a { background-color: rgb(93,165,204); }
div.DivClassName
{
background-color: #5DA5CC;
}
.BgClassName
{
background-color: #5DA5CC;
}
</style>
border-color css
<style>
span { border-color: #5DA5CC; }
span { border-color: rgb(93,165,204); }
td.TdClassName
{
border-color: #5DA5CC;
}
.TagClassName
{
border-color: #5DA5CC;
}
</style>