Shades of Picton Blue #5894CB
Tints of Picton Blue #5894CB
RGB
CMYK
RGB Variations
Color information
#5894CB (or 0x5894CB) is known color: Picton Blue. HEX triplet: 58, 94 and CB. RGB value is (88,148,203). Sum of RGB (Red+Green+Blue) = 88+148+203=439 (58% of max value = 765). Red value is 88 (34.77% from 255 or 20.05% from 439); Green value is 148 (58.20% from 255 or 33.71% from 439); Blue value is 203 (79.69% from 255 or 46.24% from 439); Max value from RGB is 203 - color contains mainly: blue. Hex color #5894CB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5894CB is #A76B34. Grayscale: #888888. Windows color (decimal): -10971957 or 13341784. OLE color: 13341784.
HSL color Cylindrical-coordinate representation of color #5894CB: hue angle of 208.7º degrees, saturation: 0.53, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #5894CB is Cyan = 0.57, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 88 | 148 | 203 | - |
| CMYK | 0.57 | 0.27 | 0 | 0.20 |
| HSL | 208.7º | 0.53% | 0.57% | - |
| HSV(B) | 208.7º | 0.57% | 0.8% | - |
| XYZ | 25.39 | 27.57 | 60.48 | - |
| YUV | 136.33 | 165.62 | 93.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 148 | 203 | 0.57 | 0.27 | 0 | 0.20 | 208.7 | 0.53 | 0.57 |
| Hex | 58 | 94 | CB | 39 | 1B | 0 | 14 | D1 | 35 | 39 |
| Octal | 130 | 224 | 313 | 71 | 33 | 0 | 24 | 321 | 65 | 71 |
| Binary | 1011000 | 10010100 | 11001011 | 111001 | 11011 | 0 | 10100 | 11010001 | 110101 | 111001 |
Color Harmonies of #5894CB
Complementary color
Monochromatic Colors of #5894CB
Black with #5894CB
Text Example
Text Example
White with #5894CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5894CB; }
p { color: rgb(88,148,203); }
H1.HeaderClassName
{
color: #5894CB;
}
.AnyTagClassName
{
color: #5894CB;
}
</style>
background-color css
<style>
a { background-color: #5894CB; }
a { background-color: rgb(88,148,203); }
div.DivClassName
{
background-color: #5894CB;
}
.BgClassName
{
background-color: #5894CB;
}
</style>
border-color css
<style>
span { border-color: #5894CB; }
span { border-color: rgb(88,148,203); }
td.TdClassName
{
border-color: #5894CB;
}
.TagClassName
{
border-color: #5894CB;
}
</style>