Shades of Picton Blue #5398DC
Tints of Picton Blue #5398DC
RGB
CMYK
RGB Variations
Color information
#5398DC (or 0x5398DC) is known color: Picton Blue. HEX triplet: 53, 98 and DC. RGB value is (83,152,220). Sum of RGB (Red+Green+Blue) = 83+152+220=455 (60% of max value = 765). Red value is 83 (32.81% from 255 or 18.24% from 455); Green value is 152 (59.77% from 255 or 33.41% from 455); Blue value is 220 (86.33% from 255 or 48.35% from 455); Max value from RGB is 220 - color contains mainly: blue. Hex color #5398DC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5398DC is #AC6723. Grayscale: #8A8A8A. Windows color (decimal): -11298596 or 14456915. OLE color: 14456915.
HSL color Cylindrical-coordinate representation of color #5398DC: hue angle of 209.78º degrees, saturation: 0.66, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #5398DC is Cyan = 0.62, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 83 | 152 | 220 | - |
| CMYK | 0.62 | 0.31 | 0 | 0.14 |
| HSL | 209.78º | 0.66% | 0.59% | - |
| HSV(B) | 209.78º | 0.62% | 0.86% | - |
| XYZ | 27.71 | 29.46 | 71.94 | - |
| YUV | 139.12 | 173.64 | 87.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 152 | 220 | 0.62 | 0.31 | 0 | 0.14 | 209.78 | 0.66 | 0.59 |
| Hex | 53 | 98 | DC | 3E | 1F | 0 | E | D2 | 42 | 3B |
| Octal | 123 | 230 | 334 | 76 | 37 | 0 | 16 | 322 | 102 | 73 |
| Binary | 1010011 | 10011000 | 11011100 | 111110 | 11111 | 0 | 1110 | 11010010 | 1000010 | 111011 |
Color Harmonies of #5398DC
Complementary color
Monochromatic Colors of #5398DC
Black with #5398DC
Text Example
Text Example
White with #5398DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5398DC; }
p { color: rgb(83,152,220); }
H1.HeaderClassName
{
color: #5398DC;
}
.AnyTagClassName
{
color: #5398DC;
}
</style>
background-color css
<style>
a { background-color: #5398DC; }
a { background-color: rgb(83,152,220); }
div.DivClassName
{
background-color: #5398DC;
}
.BgClassName
{
background-color: #5398DC;
}
</style>
border-color css
<style>
span { border-color: #5398DC; }
span { border-color: rgb(83,152,220); }
td.TdClassName
{
border-color: #5398DC;
}
.TagClassName
{
border-color: #5398DC;
}
</style>