Shades of Picton Blue #5EACCD
Tints of Picton Blue #5EACCD
RGB
CMYK
RGB Variations
Color information
#5EACCD (or 0x5EACCD) is known color: Picton Blue. HEX triplet: 5E, AC and CD. RGB value is (94,172,205). Sum of RGB (Red+Green+Blue) = 94+172+205=471 (62% of max value = 765). Red value is 94 (37.11% from 255 or 19.96% from 471); Green value is 172 (67.58% from 255 or 36.52% from 471); Blue value is 205 (80.47% from 255 or 43.52% from 471); Max value from RGB is 205 - color contains mainly: blue. Hex color #5EACCD is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5EACCD is #A15332. Grayscale: #989898. Windows color (decimal): -10572595 or 13479006. OLE color: 13479006.
HSL color Cylindrical-coordinate representation of color #5EACCD: hue angle of 197.84º degrees, saturation: 0.53, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #5EACCD is Cyan = 0.54, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 94 | 172 | 205 | - |
| CMYK | 0.54 | 0.16 | 0 | 0.20 |
| HSL | 197.84º | 0.53% | 0.59% | - |
| HSV(B) | 197.84º | 0.54% | 0.8% | - |
| XYZ | 30.39 | 36.29 | 63.16 | - |
| YUV | 152.44 | 157.66 | 86.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 172 | 205 | 0.54 | 0.16 | 0 | 0.20 | 197.84 | 0.53 | 0.59 |
| Hex | 5E | AC | CD | 36 | 10 | 0 | 14 | C6 | 35 | 3B |
| Octal | 136 | 254 | 315 | 66 | 20 | 0 | 24 | 306 | 65 | 73 |
| Binary | 1011110 | 10101100 | 11001101 | 110110 | 10000 | 0 | 10100 | 11000110 | 110101 | 111011 |
Color Harmonies of #5EACCD
Complementary color
Monochromatic Colors of #5EACCD
Black with #5EACCD
Text Example
Text Example
White with #5EACCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5EACCD; }
p { color: rgb(94,172,205); }
H1.HeaderClassName
{
color: #5EACCD;
}
.AnyTagClassName
{
color: #5EACCD;
}
</style>
background-color css
<style>
a { background-color: #5EACCD; }
a { background-color: rgb(94,172,205); }
div.DivClassName
{
background-color: #5EACCD;
}
.BgClassName
{
background-color: #5EACCD;
}
</style>
border-color css
<style>
span { border-color: #5EACCD; }
span { border-color: rgb(94,172,205); }
td.TdClassName
{
border-color: #5EACCD;
}
.TagClassName
{
border-color: #5EACCD;
}
</style>