Shades of Picton Blue #5792DC
Tints of Picton Blue #5792DC
RGB
CMYK
RGB Variations
Color information
#5792DC (or 0x5792DC) is known color: Picton Blue. HEX triplet: 57, 92 and DC. RGB value is (87,146,220). Sum of RGB (Red+Green+Blue) = 87+146+220=453 (60% of max value = 765). Red value is 87 (34.38% from 255 or 19.21% from 453); Green value is 146 (57.42% from 255 or 32.23% from 453); Blue value is 220 (86.33% from 255 or 48.57% from 453); Max value from RGB is 220 - color contains mainly: blue. Hex color #5792DC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5792DC is #A86D23. Grayscale: #888888. Windows color (decimal): -11037988 or 14455383. OLE color: 14455383.
HSL color Cylindrical-coordinate representation of color #5792DC: hue angle of 213.38º degrees, saturation: 0.66, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #5792DC is Cyan = 0.60, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 87 | 146 | 220 | - |
| CMYK | 0.60 | 0.34 | 0 | 0.14 |
| HSL | 213.38º | 0.66% | 0.6% | - |
| HSV(B) | 213.38º | 0.6% | 0.86% | - |
| XYZ | 27.13 | 27.75 | 71.64 | - |
| YUV | 136.8 | 174.95 | 92.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 146 | 220 | 0.60 | 0.34 | 0 | 0.14 | 213.38 | 0.66 | 0.6 |
| Hex | 57 | 92 | DC | 3C | 22 | 0 | E | D5 | 42 | 3C |
| Octal | 127 | 222 | 334 | 74 | 42 | 0 | 16 | 325 | 102 | 74 |
| Binary | 1010111 | 10010010 | 11011100 | 111100 | 100010 | 0 | 1110 | 11010101 | 1000010 | 111100 |
Color Harmonies of #5792DC
Complementary color
Monochromatic Colors of #5792DC
Black with #5792DC
Text Example
Text Example
White with #5792DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5792DC; }
p { color: rgb(87,146,220); }
H1.HeaderClassName
{
color: #5792DC;
}
.AnyTagClassName
{
color: #5792DC;
}
</style>
background-color css
<style>
a { background-color: #5792DC; }
a { background-color: rgb(87,146,220); }
div.DivClassName
{
background-color: #5792DC;
}
.BgClassName
{
background-color: #5792DC;
}
</style>
border-color css
<style>
span { border-color: #5792DC; }
span { border-color: rgb(87,146,220); }
td.TdClassName
{
border-color: #5792DC;
}
.TagClassName
{
border-color: #5792DC;
}
</style>