Shades of Picton Blue #5794CF
Tints of Picton Blue #5794CF
RGB
CMYK
RGB Variations
Color information
#5794CF (or 0x5794CF) is known color: Picton Blue. HEX triplet: 57, 94 and CF. RGB value is (87,148,207). Sum of RGB (Red+Green+Blue) = 87+148+207=442 (58% of max value = 765). Red value is 87 (34.38% from 255 or 19.68% from 442); Green value is 148 (58.20% from 255 or 33.48% from 442); Blue value is 207 (81.25% from 255 or 46.83% from 442); Max value from RGB is 207 - color contains mainly: blue. Hex color #5794CF is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5794CF is #A86B30. Grayscale: #888888. Windows color (decimal): -11037489 or 13603927. OLE color: 13603927.
HSL color Cylindrical-coordinate representation of color #5794CF: hue angle of 209.5º degrees, saturation: 0.56, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #5794CF is Cyan = 0.58, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 87 | 148 | 207 | - |
| CMYK | 0.58 | 0.29 | 0 | 0.19 |
| HSL | 209.5º | 0.56% | 0.58% | - |
| HSV(B) | 209.5º | 0.58% | 0.81% | - |
| XYZ | 25.78 | 27.71 | 63.02 | - |
| YUV | 136.49 | 167.79 | 92.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 148 | 207 | 0.58 | 0.29 | 0 | 0.19 | 209.5 | 0.56 | 0.58 |
| Hex | 57 | 94 | CF | 3A | 1D | 0 | 13 | D2 | 38 | 3A |
| Octal | 127 | 224 | 317 | 72 | 35 | 0 | 23 | 322 | 70 | 72 |
| Binary | 1010111 | 10010100 | 11001111 | 111010 | 11101 | 0 | 10011 | 11010010 | 111000 | 111010 |
Color Harmonies of #5794CF
Complementary color
Monochromatic Colors of #5794CF
Black with #5794CF
Text Example
Text Example
White with #5794CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5794CF; }
p { color: rgb(87,148,207); }
H1.HeaderClassName
{
color: #5794CF;
}
.AnyTagClassName
{
color: #5794CF;
}
</style>
background-color css
<style>
a { background-color: #5794CF; }
a { background-color: rgb(87,148,207); }
div.DivClassName
{
background-color: #5794CF;
}
.BgClassName
{
background-color: #5794CF;
}
</style>
border-color css
<style>
span { border-color: #5794CF; }
span { border-color: rgb(87,148,207); }
td.TdClassName
{
border-color: #5794CF;
}
.TagClassName
{
border-color: #5794CF;
}
</style>