Shades of Picton Blue #5E9DCE
Tints of Picton Blue #5E9DCE
RGB
CMYK
RGB Variations
Color information
#5E9DCE (or 0x5E9DCE) is known color: Picton Blue. HEX triplet: 5E, 9D and CE. RGB value is (94,157,206). Sum of RGB (Red+Green+Blue) = 94+157+206=457 (60% of max value = 765). Red value is 94 (37.11% from 255 or 20.57% from 457); Green value is 157 (61.72% from 255 or 34.35% from 457); Blue value is 206 (80.86% from 255 or 45.08% from 457); Max value from RGB is 206 - color contains mainly: blue. Hex color #5E9DCE is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5E9DCE is #A16231. Grayscale: #8F8F8F. Windows color (decimal): -10576434 or 13540702. OLE color: 13540702.
HSL color Cylindrical-coordinate representation of color #5E9DCE: hue angle of 206.25º degrees, saturation: 0.53, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #5E9DCE is Cyan = 0.54, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 94 | 157 | 206 | - |
| CMYK | 0.54 | 0.24 | 0 | 0.19 |
| HSL | 206.25º | 0.53% | 0.59% | - |
| HSV(B) | 206.25º | 0.54% | 0.81% | - |
| XYZ | 27.81 | 30.95 | 62.9 | - |
| YUV | 143.75 | 163.13 | 92.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 157 | 206 | 0.54 | 0.24 | 0 | 0.19 | 206.25 | 0.53 | 0.59 |
| Hex | 5E | 9D | CE | 36 | 18 | 0 | 13 | CE | 35 | 3B |
| Octal | 136 | 235 | 316 | 66 | 30 | 0 | 23 | 316 | 65 | 73 |
| Binary | 1011110 | 10011101 | 11001110 | 110110 | 11000 | 0 | 10011 | 11001110 | 110101 | 111011 |
Color Harmonies of #5E9DCE
Complementary color
Monochromatic Colors of #5E9DCE
Black with #5E9DCE
Text Example
Text Example
White with #5E9DCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E9DCE; }
p { color: rgb(94,157,206); }
H1.HeaderClassName
{
color: #5E9DCE;
}
.AnyTagClassName
{
color: #5E9DCE;
}
</style>
background-color css
<style>
a { background-color: #5E9DCE; }
a { background-color: rgb(94,157,206); }
div.DivClassName
{
background-color: #5E9DCE;
}
.BgClassName
{
background-color: #5E9DCE;
}
</style>
border-color css
<style>
span { border-color: #5E9DCE; }
span { border-color: rgb(94,157,206); }
td.TdClassName
{
border-color: #5E9DCE;
}
.TagClassName
{
border-color: #5E9DCE;
}
</style>