Shades of Picton Blue #5394CE
Tints of Picton Blue #5394CE
RGB
CMYK
RGB Variations
Color information
#5394CE (or 0x5394CE) is known color: Picton Blue. HEX triplet: 53, 94 and CE. RGB value is (83,148,206). Sum of RGB (Red+Green+Blue) = 83+148+206=437 (57% of max value = 765). Red value is 83 (32.81% from 255 or 18.99% from 437); Green value is 148 (58.20% from 255 or 33.87% from 437); Blue value is 206 (80.86% from 255 or 47.14% from 437); Max value from RGB is 206 - color contains mainly: blue. Hex color #5394CE is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5394CE is #AC6B31. Grayscale: #868686. Windows color (decimal): -11299634 or 13538387. OLE color: 13538387.
HSL color Cylindrical-coordinate representation of color #5394CE: hue angle of 208.29º degrees, saturation: 0.56, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #5394CE is Cyan = 0.60, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 83 | 148 | 206 | - |
| CMYK | 0.60 | 0.28 | 0 | 0.19 |
| HSL | 208.29º | 0.56% | 0.57% | - |
| HSV(B) | 208.29º | 0.6% | 0.81% | - |
| XYZ | 25.3 | 27.48 | 62.36 | - |
| YUV | 135.18 | 167.97 | 90.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 148 | 206 | 0.60 | 0.28 | 0 | 0.19 | 208.29 | 0.56 | 0.57 |
| Hex | 53 | 94 | CE | 3C | 1C | 0 | 13 | D0 | 38 | 39 |
| Octal | 123 | 224 | 316 | 74 | 34 | 0 | 23 | 320 | 70 | 71 |
| Binary | 1010011 | 10010100 | 11001110 | 111100 | 11100 | 0 | 10011 | 11010000 | 111000 | 111001 |
Color Harmonies of #5394CE
Complementary color
Monochromatic Colors of #5394CE
Black with #5394CE
Text Example
Text Example
White with #5394CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5394CE; }
p { color: rgb(83,148,206); }
H1.HeaderClassName
{
color: #5394CE;
}
.AnyTagClassName
{
color: #5394CE;
}
</style>
background-color css
<style>
a { background-color: #5394CE; }
a { background-color: rgb(83,148,206); }
div.DivClassName
{
background-color: #5394CE;
}
.BgClassName
{
background-color: #5394CE;
}
</style>
border-color css
<style>
span { border-color: #5394CE; }
span { border-color: rgb(83,148,206); }
td.TdClassName
{
border-color: #5394CE;
}
.TagClassName
{
border-color: #5394CE;
}
</style>