Shades of Picton Blue #5394CF
Tints of Picton Blue #5394CF
RGB
CMYK
RGB Variations
Color information
#5394CF (or 0x5394CF) is known color: Picton Blue. HEX triplet: 53, 94 and CF. RGB value is (83,148,207). Sum of RGB (Red+Green+Blue) = 83+148+207=438 (58% of max value = 765). Red value is 83 (32.81% from 255 or 18.95% from 438); Green value is 148 (58.20% from 255 or 33.79% from 438); Blue value is 207 (81.25% from 255 or 47.26% from 438); Max value from RGB is 207 - color contains mainly: blue. Hex color #5394CF is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5394CF is #AC6B30. Grayscale: #868686. Windows color (decimal): -11299633 or 13603923. OLE color: 13603923.
HSL color Cylindrical-coordinate representation of color #5394CF: hue angle of 208.55º 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 #5394CF is Cyan = 0.60, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 83 | 148 | 207 | - |
| CMYK | 0.60 | 0.29 | 0 | 0.19 |
| HSL | 208.55º | 0.56% | 0.57% | - |
| HSV(B) | 208.55º | 0.6% | 0.81% | - |
| XYZ | 25.42 | 27.52 | 63 | - |
| YUV | 135.29 | 168.47 | 90.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 148 | 207 | 0.60 | 0.29 | 0 | 0.19 | 208.55 | 0.56 | 0.57 |
| Hex | 53 | 94 | CF | 3C | 1D | 0 | 13 | D1 | 38 | 39 |
| Octal | 123 | 224 | 317 | 74 | 35 | 0 | 23 | 321 | 70 | 71 |
| Binary | 1010011 | 10010100 | 11001111 | 111100 | 11101 | 0 | 10011 | 11010001 | 111000 | 111001 |
Color Harmonies of #5394CF
Complementary color
Monochromatic Colors of #5394CF
Black with #5394CF
Text Example
Text Example
White with #5394CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5394CF; }
p { color: rgb(83,148,207); }
H1.HeaderClassName
{
color: #5394CF;
}
.AnyTagClassName
{
color: #5394CF;
}
</style>
background-color css
<style>
a { background-color: #5394CF; }
a { background-color: rgb(83,148,207); }
div.DivClassName
{
background-color: #5394CF;
}
.BgClassName
{
background-color: #5394CF;
}
</style>
border-color css
<style>
span { border-color: #5394CF; }
span { border-color: rgb(83,148,207); }
td.TdClassName
{
border-color: #5394CF;
}
.TagClassName
{
border-color: #5394CF;
}
</style>