Shades of Picton Blue #5E99C6
Tints of Picton Blue #5E99C6
RGB
CMYK
RGB Variations
Color information
#5E99C6 (or 0x5E99C6) is known color: Picton Blue. HEX triplet: 5E, 99 and C6. RGB value is (94,153,198). Sum of RGB (Red+Green+Blue) = 94+153+198=445 (58% of max value = 765). Red value is 94 (37.11% from 255 or 21.12% from 445); Green value is 153 (60.16% from 255 or 34.38% from 445); Blue value is 198 (77.73% from 255 or 44.49% from 445); Max value from RGB is 198 - color contains mainly: blue. Hex color #5E99C6 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5E99C6 is #A16639. Grayscale: #8C8C8C. Windows color (decimal): -10577466 or 13015390. OLE color: 13015390.
HSL color Cylindrical-coordinate representation of color #5E99C6: hue angle of 205.96º degrees, saturation: 0.48, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #5E99C6 is Cyan = 0.53, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 94 | 153 | 198 | - |
| CMYK | 0.53 | 0.23 | 0 | 0.22 |
| HSL | 205.96º | 0.48% | 0.57% | - |
| HSV(B) | 205.96º | 0.53% | 0.78% | - |
| XYZ | 26.2 | 29.24 | 57.69 | - |
| YUV | 140.49 | 160.45 | 94.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 153 | 198 | 0.53 | 0.23 | 0 | 0.22 | 205.96 | 0.48 | 0.57 |
| Hex | 5E | 99 | C6 | 35 | 17 | 0 | 16 | CE | 30 | 39 |
| Octal | 136 | 231 | 306 | 65 | 27 | 0 | 26 | 316 | 60 | 71 |
| Binary | 1011110 | 10011001 | 11000110 | 110101 | 10111 | 0 | 10110 | 11001110 | 110000 | 111001 |
Color Harmonies of #5E99C6
Complementary color
Monochromatic Colors of #5E99C6
Black with #5E99C6
Text Example
Text Example
White with #5E99C6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E99C6; }
p { color: rgb(94,153,198); }
H1.HeaderClassName
{
color: #5E99C6;
}
.AnyTagClassName
{
color: #5E99C6;
}
</style>
background-color css
<style>
a { background-color: #5E99C6; }
a { background-color: rgb(94,153,198); }
div.DivClassName
{
background-color: #5E99C6;
}
.BgClassName
{
background-color: #5E99C6;
}
</style>
border-color css
<style>
span { border-color: #5E99C6; }
span { border-color: rgb(94,153,198); }
td.TdClassName
{
border-color: #5E99C6;
}
.TagClassName
{
border-color: #5E99C6;
}
</style>