Shades of Picton Blue #5397CA
Tints of Picton Blue #5397CA
RGB
CMYK
RGB Variations
Color information
#5397CA (or 0x5397CA) is known color: Picton Blue. HEX triplet: 53, 97 and CA. RGB value is (83,151,202). Sum of RGB (Red+Green+Blue) = 83+151+202=436 (57% of max value = 765). Red value is 83 (32.81% from 255 or 19.04% from 436); Green value is 151 (59.38% from 255 or 34.63% from 436); Blue value is 202 (79.30% from 255 or 46.33% from 436); Max value from RGB is 202 - color contains mainly: blue. Hex color #5397CA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5397CA is #AC6835. Grayscale: #888888. Windows color (decimal): -11298870 or 13277011. OLE color: 13277011.
HSL color Cylindrical-coordinate representation of color #5397CA: hue angle of 205.71º degrees, saturation: 0.53, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #5397CA is Cyan = 0.59, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 83 | 151 | 202 | - |
| CMYK | 0.59 | 0.25 | 0 | 0.21 |
| HSL | 205.71º | 0.53% | 0.56% | - |
| HSV(B) | 205.71º | 0.59% | 0.79% | - |
| XYZ | 25.29 | 28.24 | 59.99 | - |
| YUV | 136.48 | 164.97 | 89.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 151 | 202 | 0.59 | 0.25 | 0 | 0.21 | 205.71 | 0.53 | 0.56 |
| Hex | 53 | 97 | CA | 3B | 19 | 0 | 15 | CE | 35 | 38 |
| Octal | 123 | 227 | 312 | 73 | 31 | 0 | 25 | 316 | 65 | 70 |
| Binary | 1010011 | 10010111 | 11001010 | 111011 | 11001 | 0 | 10101 | 11001110 | 110101 | 111000 |
Color Harmonies of #5397CA
Complementary color
Monochromatic Colors of #5397CA
Black with #5397CA
Text Example
Text Example
White with #5397CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5397CA; }
p { color: rgb(83,151,202); }
H1.HeaderClassName
{
color: #5397CA;
}
.AnyTagClassName
{
color: #5397CA;
}
</style>
background-color css
<style>
a { background-color: #5397CA; }
a { background-color: rgb(83,151,202); }
div.DivClassName
{
background-color: #5397CA;
}
.BgClassName
{
background-color: #5397CA;
}
</style>
border-color css
<style>
span { border-color: #5397CA; }
span { border-color: rgb(83,151,202); }
td.TdClassName
{
border-color: #5397CA;
}
.TagClassName
{
border-color: #5397CA;
}
</style>