Shades of Picton Blue #5D9DDA
Tints of Picton Blue #5D9DDA
RGB
CMYK
RGB Variations
Color information
#5D9DDA (or 0x5D9DDA) is known color: Picton Blue. HEX triplet: 5D, 9D and DA. RGB value is (93,157,218). Sum of RGB (Red+Green+Blue) = 93+157+218=468 (61% of max value = 765). Red value is 93 (36.72% from 255 or 19.87% from 468); Green value is 157 (61.72% from 255 or 33.55% from 468); Blue value is 218 (85.55% from 255 or 46.58% from 468); Max value from RGB is 218 - color contains mainly: blue. Hex color #5D9DDA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5D9DDA is #A26225. Grayscale: #909090. Windows color (decimal): -10641958 or 14327133. OLE color: 14327133.
HSL color Cylindrical-coordinate representation of color #5D9DDA: hue angle of 209.28º 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 #5D9DDA is Cyan = 0.57, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 93 | 157 | 218 | - |
| CMYK | 0.57 | 0.28 | 0 | 0.15 |
| HSL | 209.28º | 0.63% | 0.61% | - |
| HSV(B) | 209.28º | 0.57% | 0.85% | - |
| XYZ | 29.23 | 31.5 | 70.87 | - |
| YUV | 144.82 | 169.3 | 91.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 157 | 218 | 0.57 | 0.28 | 0 | 0.15 | 209.28 | 0.63 | 0.61 |
| Hex | 5D | 9D | DA | 39 | 1C | 0 | F | D1 | 3F | 3D |
| Octal | 135 | 235 | 332 | 71 | 34 | 0 | 17 | 321 | 77 | 75 |
| Binary | 1011101 | 10011101 | 11011010 | 111001 | 11100 | 0 | 1111 | 11010001 | 111111 | 111101 |
Color Harmonies of #5D9DDA
Complementary color
Monochromatic Colors of #5D9DDA
Black with #5D9DDA
Text Example
Text Example
White with #5D9DDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5D9DDA; }
p { color: rgb(93,157,218); }
H1.HeaderClassName
{
color: #5D9DDA;
}
.AnyTagClassName
{
color: #5D9DDA;
}
</style>
background-color css
<style>
a { background-color: #5D9DDA; }
a { background-color: rgb(93,157,218); }
div.DivClassName
{
background-color: #5D9DDA;
}
.BgClassName
{
background-color: #5D9DDA;
}
</style>
border-color css
<style>
span { border-color: #5D9DDA; }
span { border-color: rgb(93,157,218); }
td.TdClassName
{
border-color: #5D9DDA;
}
.TagClassName
{
border-color: #5D9DDA;
}
</style>