Shades of Picton Blue #5DA2DA
Tints of Picton Blue #5DA2DA
RGB
CMYK
RGB Variations
Color information
#5DA2DA (or 0x5DA2DA) is known color: Picton Blue. HEX triplet: 5D, A2 and DA. RGB value is (93,162,218). Sum of RGB (Red+Green+Blue) = 93+162+218=473 (62% of max value = 765). Red value is 93 (36.72% from 255 or 19.66% from 473); Green value is 162 (63.67% from 255 or 34.25% from 473); Blue value is 218 (85.55% from 255 or 46.09% from 473); Max value from RGB is 218 - color contains mainly: blue. Hex color #5DA2DA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5DA2DA is #A25D25. Grayscale: #939393. Windows color (decimal): -10640678 or 14328413. OLE color: 14328413.
HSL color Cylindrical-coordinate representation of color #5DA2DA: hue angle of 206.88º degrees, saturation: 0.63, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #5DA2DA is Cyan = 0.57, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 93 | 162 | 218 | - |
| CMYK | 0.57 | 0.26 | 0 | 0.15 |
| HSL | 206.88º | 0.63% | 0.61% | - |
| HSV(B) | 206.88º | 0.57% | 0.85% | - |
| XYZ | 30.09 | 33.23 | 71.16 | - |
| YUV | 147.75 | 167.64 | 88.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 162 | 218 | 0.57 | 0.26 | 0 | 0.15 | 206.88 | 0.63 | 0.61 |
| Hex | 5D | A2 | DA | 39 | 1A | 0 | F | CF | 3F | 3D |
| Octal | 135 | 242 | 332 | 71 | 32 | 0 | 17 | 317 | 77 | 75 |
| Binary | 1011101 | 10100010 | 11011010 | 111001 | 11010 | 0 | 1111 | 11001111 | 111111 | 111101 |
Color Harmonies of #5DA2DA
Complementary color
Monochromatic Colors of #5DA2DA
Black with #5DA2DA
Text Example
Text Example
White with #5DA2DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5DA2DA; }
p { color: rgb(93,162,218); }
H1.HeaderClassName
{
color: #5DA2DA;
}
.AnyTagClassName
{
color: #5DA2DA;
}
</style>
background-color css
<style>
a { background-color: #5DA2DA; }
a { background-color: rgb(93,162,218); }
div.DivClassName
{
background-color: #5DA2DA;
}
.BgClassName
{
background-color: #5DA2DA;
}
</style>
border-color css
<style>
span { border-color: #5DA2DA; }
span { border-color: rgb(93,162,218); }
td.TdClassName
{
border-color: #5DA2DA;
}
.TagClassName
{
border-color: #5DA2DA;
}
</style>