Shades of Picton Blue #5E9CCF
Tints of Picton Blue #5E9CCF
RGB
CMYK
RGB Variations
Color information
#5E9CCF (or 0x5E9CCF) is known color: Picton Blue. HEX triplet: 5E, 9C and CF. RGB value is (94,156,207). Sum of RGB (Red+Green+Blue) = 94+156+207=457 (60% of max value = 765). Red value is 94 (37.11% from 255 or 20.57% from 457); Green value is 156 (61.33% from 255 or 34.14% from 457); Blue value is 207 (81.25% from 255 or 45.30% from 457); Max value from RGB is 207 - color contains mainly: blue. Hex color #5E9CCF is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5E9CCF is #A16330. Grayscale: #8F8F8F. Windows color (decimal): -10576689 or 13605982. OLE color: 13605982.
HSL color Cylindrical-coordinate representation of color #5E9CCF: hue angle of 207.08º degrees, saturation: 0.54, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #5E9CCF is Cyan = 0.55, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 94 | 156 | 207 | - |
| CMYK | 0.55 | 0.25 | 0 | 0.19 |
| HSL | 207.08º | 0.54% | 0.59% | - |
| HSV(B) | 207.08º | 0.55% | 0.81% | - |
| XYZ | 27.77 | 30.66 | 63.49 | - |
| YUV | 143.28 | 163.96 | 92.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 156 | 207 | 0.55 | 0.25 | 0 | 0.19 | 207.08 | 0.54 | 0.59 |
| Hex | 5E | 9C | CF | 37 | 19 | 0 | 13 | CF | 36 | 3B |
| Octal | 136 | 234 | 317 | 67 | 31 | 0 | 23 | 317 | 66 | 73 |
| Binary | 1011110 | 10011100 | 11001111 | 110111 | 11001 | 0 | 10011 | 11001111 | 110110 | 111011 |
Color Harmonies of #5E9CCF
Complementary color
Monochromatic Colors of #5E9CCF
Black with #5E9CCF
Text Example
Text Example
White with #5E9CCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E9CCF; }
p { color: rgb(94,156,207); }
H1.HeaderClassName
{
color: #5E9CCF;
}
.AnyTagClassName
{
color: #5E9CCF;
}
</style>
background-color css
<style>
a { background-color: #5E9CCF; }
a { background-color: rgb(94,156,207); }
div.DivClassName
{
background-color: #5E9CCF;
}
.BgClassName
{
background-color: #5E9CCF;
}
</style>
border-color css
<style>
span { border-color: #5E9CCF; }
span { border-color: rgb(94,156,207); }
td.TdClassName
{
border-color: #5E9CCF;
}
.TagClassName
{
border-color: #5E9CCF;
}
</style>