Shades of Picton Blue #5894CE
Tints of Picton Blue #5894CE
RGB
CMYK
RGB Variations
Color information
#5894CE (or 0x5894CE) is known color: Picton Blue. HEX triplet: 58, 94 and CE. RGB value is (88,148,206). Sum of RGB (Red+Green+Blue) = 88+148+206=442 (58% of max value = 765). Red value is 88 (34.77% from 255 or 19.91% from 442); Green value is 148 (58.20% from 255 or 33.48% from 442); Blue value is 206 (80.86% from 255 or 46.61% from 442); Max value from RGB is 206 - color contains mainly: blue. Hex color #5894CE is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5894CE is #A76B31. Grayscale: #888888. Windows color (decimal): -10971954 or 13538392. OLE color: 13538392.
HSL color Cylindrical-coordinate representation of color #5894CE: hue angle of 209.49º degrees, saturation: 0.55, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #5894CE is Cyan = 0.57, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 88 | 148 | 206 | - |
| CMYK | 0.57 | 0.28 | 0 | 0.19 |
| HSL | 209.49º | 0.55% | 0.58% | - |
| HSV(B) | 209.49º | 0.57% | 0.81% | - |
| XYZ | 25.75 | 27.71 | 62.38 | - |
| YUV | 136.67 | 167.12 | 93.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 148 | 206 | 0.57 | 0.28 | 0 | 0.19 | 209.49 | 0.55 | 0.58 |
| Hex | 58 | 94 | CE | 39 | 1C | 0 | 13 | D1 | 37 | 3A |
| Octal | 130 | 224 | 316 | 71 | 34 | 0 | 23 | 321 | 67 | 72 |
| Binary | 1011000 | 10010100 | 11001110 | 111001 | 11100 | 0 | 10011 | 11010001 | 110111 | 111010 |
Color Harmonies of #5894CE
Complementary color
Monochromatic Colors of #5894CE
Black with #5894CE
Text Example
Text Example
White with #5894CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5894CE; }
p { color: rgb(88,148,206); }
H1.HeaderClassName
{
color: #5894CE;
}
.AnyTagClassName
{
color: #5894CE;
}
</style>
background-color css
<style>
a { background-color: #5894CE; }
a { background-color: rgb(88,148,206); }
div.DivClassName
{
background-color: #5894CE;
}
.BgClassName
{
background-color: #5894CE;
}
</style>
border-color css
<style>
span { border-color: #5894CE; }
span { border-color: rgb(88,148,206); }
td.TdClassName
{
border-color: #5894CE;
}
.TagClassName
{
border-color: #5894CE;
}
</style>