Shades of Picton Blue #5D9CC9
Tints of Picton Blue #5D9CC9
RGB
CMYK
RGB Variations
Color information
#5D9CC9 (or 0x5D9CC9) is known color: Picton Blue. HEX triplet: 5D, 9C and C9. RGB value is (93,156,201). Sum of RGB (Red+Green+Blue) = 93+156+201=450 (59% of max value = 765). Red value is 93 (36.72% from 255 or 20.67% from 450); Green value is 156 (61.33% from 255 or 34.67% from 450); Blue value is 201 (78.91% from 255 or 44.67% from 450); Max value from RGB is 201 - color contains mainly: blue. Hex color #5D9CC9 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5D9CC9 is #A26336. Grayscale: #8E8E8E. Windows color (decimal): -10642231 or 13212765. OLE color: 13212765.
HSL color Cylindrical-coordinate representation of color #5D9CC9: hue angle of 205º degrees, saturation: 0.5, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #5D9CC9 is Cyan = 0.54, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 93 | 156 | 201 | - |
| CMYK | 0.54 | 0.22 | 0 | 0.21 |
| HSL | 205º | 0.5% | 0.58% | - |
| HSV(B) | 205º | 0.54% | 0.79% | - |
| XYZ | 26.95 | 30.32 | 59.69 | - |
| YUV | 142.29 | 161.13 | 92.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 156 | 201 | 0.54 | 0.22 | 0 | 0.21 | 205 | 0.5 | 0.58 |
| Hex | 5D | 9C | C9 | 36 | 16 | 0 | 15 | CD | 32 | 3A |
| Octal | 135 | 234 | 311 | 66 | 26 | 0 | 25 | 315 | 62 | 72 |
| Binary | 1011101 | 10011100 | 11001001 | 110110 | 10110 | 0 | 10101 | 11001101 | 110010 | 111010 |
Color Harmonies of #5D9CC9
Complementary color
Monochromatic Colors of #5D9CC9
Black with #5D9CC9
Text Example
Text Example
White with #5D9CC9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5D9CC9; }
p { color: rgb(93,156,201); }
H1.HeaderClassName
{
color: #5D9CC9;
}
.AnyTagClassName
{
color: #5D9CC9;
}
</style>
background-color css
<style>
a { background-color: #5D9CC9; }
a { background-color: rgb(93,156,201); }
div.DivClassName
{
background-color: #5D9CC9;
}
.BgClassName
{
background-color: #5D9CC9;
}
</style>
border-color css
<style>
span { border-color: #5D9CC9; }
span { border-color: rgb(93,156,201); }
td.TdClassName
{
border-color: #5D9CC9;
}
.TagClassName
{
border-color: #5D9CC9;
}
</style>