Shades of Picton Blue #5892CE
Tints of Picton Blue #5892CE
RGB
CMYK
RGB Variations
Color information
#5892CE (or 0x5892CE) is known color: Picton Blue. HEX triplet: 58, 92 and CE. RGB value is (88,146,206). Sum of RGB (Red+Green+Blue) = 88+146+206=440 (58% of max value = 765). Red value is 88 (34.77% from 255 or 20% from 440); Green value is 146 (57.42% from 255 or 33.18% from 440); Blue value is 206 (80.86% from 255 or 46.82% from 440); Max value from RGB is 206 - color contains mainly: blue. Hex color #5892CE is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5892CE is #A76D31. Grayscale: #878787. Windows color (decimal): -10972466 or 13537880. OLE color: 13537880.
HSL color Cylindrical-coordinate representation of color #5892CE: hue angle of 210.51º 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 #5892CE is Cyan = 0.57, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 88 | 146 | 206 | - |
| CMYK | 0.57 | 0.29 | 0 | 0.19 |
| HSL | 210.51º | 0.55% | 0.58% | - |
| HSV(B) | 210.51º | 0.57% | 0.81% | - |
| XYZ | 25.44 | 27.09 | 62.28 | - |
| YUV | 135.5 | 167.78 | 94.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 146 | 206 | 0.57 | 0.29 | 0 | 0.19 | 210.51 | 0.55 | 0.58 |
| Hex | 58 | 92 | CE | 39 | 1D | 0 | 13 | D3 | 37 | 3A |
| Octal | 130 | 222 | 316 | 71 | 35 | 0 | 23 | 323 | 67 | 72 |
| Binary | 1011000 | 10010010 | 11001110 | 111001 | 11101 | 0 | 10011 | 11010011 | 110111 | 111010 |
Color Harmonies of #5892CE
Complementary color
Monochromatic Colors of #5892CE
Black with #5892CE
Text Example
Text Example
White with #5892CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5892CE; }
p { color: rgb(88,146,206); }
H1.HeaderClassName
{
color: #5892CE;
}
.AnyTagClassName
{
color: #5892CE;
}
</style>
background-color css
<style>
a { background-color: #5892CE; }
a { background-color: rgb(88,146,206); }
div.DivClassName
{
background-color: #5892CE;
}
.BgClassName
{
background-color: #5892CE;
}
</style>
border-color css
<style>
span { border-color: #5892CE; }
span { border-color: rgb(88,146,206); }
td.TdClassName
{
border-color: #5892CE;
}
.TagClassName
{
border-color: #5892CE;
}
</style>