Shades of Picton Blue #5D99CA
Tints of Picton Blue #5D99CA
RGB
CMYK
RGB Variations
Color information
#5D99CA (or 0x5D99CA) is known color: Picton Blue. HEX triplet: 5D, 99 and CA. RGB value is (93,153,202). Sum of RGB (Red+Green+Blue) = 93+153+202=448 (59% of max value = 765). Red value is 93 (36.72% from 255 or 20.76% from 448); Green value is 153 (60.16% from 255 or 34.15% from 448); Blue value is 202 (79.30% from 255 or 45.09% from 448); Max value from RGB is 202 - color contains mainly: blue. Hex color #5D99CA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5D99CA is #A26635. Grayscale: #8C8C8C. Windows color (decimal): -10642998 or 13277533. OLE color: 13277533.
HSL color Cylindrical-coordinate representation of color #5D99CA: hue angle of 206.97º degrees, saturation: 0.51, 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 #5D99CA is Cyan = 0.54, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 93 | 153 | 202 | - |
| CMYK | 0.54 | 0.24 | 0 | 0.21 |
| HSL | 206.97º | 0.51% | 0.58% | - |
| HSV(B) | 206.97º | 0.54% | 0.79% | - |
| XYZ | 26.57 | 29.37 | 60.15 | - |
| YUV | 140.65 | 162.62 | 94.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 153 | 202 | 0.54 | 0.24 | 0 | 0.21 | 206.97 | 0.51 | 0.58 |
| Hex | 5D | 99 | CA | 36 | 18 | 0 | 15 | CF | 33 | 3A |
| Octal | 135 | 231 | 312 | 66 | 30 | 0 | 25 | 317 | 63 | 72 |
| Binary | 1011101 | 10011001 | 11001010 | 110110 | 11000 | 0 | 10101 | 11001111 | 110011 | 111010 |
Color Harmonies of #5D99CA
Complementary color
Monochromatic Colors of #5D99CA
Black with #5D99CA
Text Example
Text Example
White with #5D99CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5D99CA; }
p { color: rgb(93,153,202); }
H1.HeaderClassName
{
color: #5D99CA;
}
.AnyTagClassName
{
color: #5D99CA;
}
</style>
background-color css
<style>
a { background-color: #5D99CA; }
a { background-color: rgb(93,153,202); }
div.DivClassName
{
background-color: #5D99CA;
}
.BgClassName
{
background-color: #5D99CA;
}
</style>
border-color css
<style>
span { border-color: #5D99CA; }
span { border-color: rgb(93,153,202); }
td.TdClassName
{
border-color: #5D99CA;
}
.TagClassName
{
border-color: #5D99CA;
}
</style>