Shades of Picton Blue #5E9AD8
Tints of Picton Blue #5E9AD8
RGB
CMYK
RGB Variations
Color information
#5E9AD8 (or 0x5E9AD8) is known color: Picton Blue. HEX triplet: 5E, 9A and D8. RGB value is (94,154,216). Sum of RGB (Red+Green+Blue) = 94+154+216=464 (61% of max value = 765). Red value is 94 (37.11% from 255 or 20.26% from 464); Green value is 154 (60.55% from 255 or 33.19% from 464); Blue value is 216 (84.77% from 255 or 46.55% from 464); Max value from RGB is 216 - color contains mainly: blue. Hex color #5E9AD8 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5E9AD8 is #A16527. Grayscale: #8E8E8E. Windows color (decimal): -10577192 or 14195294. OLE color: 14195294.
HSL color Cylindrical-coordinate representation of color #5E9AD8: hue angle of 210.49º degrees, saturation: 0.61, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #5E9AD8 is Cyan = 0.56, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 94 | 154 | 216 | - |
| CMYK | 0.56 | 0.29 | 0 | 0.15 |
| HSL | 210.49º | 0.61% | 0.61% | - |
| HSV(B) | 210.49º | 0.56% | 0.85% | - |
| XYZ | 28.57 | 30.45 | 69.34 | - |
| YUV | 143.13 | 169.12 | 92.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 154 | 216 | 0.56 | 0.29 | 0 | 0.15 | 210.49 | 0.61 | 0.61 |
| Hex | 5E | 9A | D8 | 38 | 1D | 0 | F | D2 | 3D | 3D |
| Octal | 136 | 232 | 330 | 70 | 35 | 0 | 17 | 322 | 75 | 75 |
| Binary | 1011110 | 10011010 | 11011000 | 111000 | 11101 | 0 | 1111 | 11010010 | 111101 | 111101 |
Color Harmonies of #5E9AD8
Complementary color
Monochromatic Colors of #5E9AD8
Black with #5E9AD8
Text Example
Text Example
White with #5E9AD8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E9AD8; }
p { color: rgb(94,154,216); }
H1.HeaderClassName
{
color: #5E9AD8;
}
.AnyTagClassName
{
color: #5E9AD8;
}
</style>
background-color css
<style>
a { background-color: #5E9AD8; }
a { background-color: rgb(94,154,216); }
div.DivClassName
{
background-color: #5E9AD8;
}
.BgClassName
{
background-color: #5E9AD8;
}
</style>
border-color css
<style>
span { border-color: #5E9AD8; }
span { border-color: rgb(94,154,216); }
td.TdClassName
{
border-color: #5E9AD8;
}
.TagClassName
{
border-color: #5E9AD8;
}
</style>