Shades of Picton Blue #5398CD
Tints of Picton Blue #5398CD
RGB
CMYK
RGB Variations
Color information
#5398CD (or 0x5398CD) is known color: Picton Blue. HEX triplet: 53, 98 and CD. RGB value is (83,152,205). Sum of RGB (Red+Green+Blue) = 83+152+205=440 (58% of max value = 765). Red value is 83 (32.81% from 255 or 18.86% from 440); Green value is 152 (59.77% from 255 or 34.55% from 440); Blue value is 205 (80.47% from 255 or 46.59% from 440); Max value from RGB is 205 - color contains mainly: blue. Hex color #5398CD is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5398CD is #AC6732. Grayscale: #898989. Windows color (decimal): -11298611 or 13473875. OLE color: 13473875.
HSL color Cylindrical-coordinate representation of color #5398CD: hue angle of 206.07º degrees, saturation: 0.55, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #5398CD is Cyan = 0.60, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 83 | 152 | 205 | - |
| CMYK | 0.60 | 0.26 | 0 | 0.20 |
| HSL | 206.07º | 0.55% | 0.56% | - |
| HSV(B) | 206.07º | 0.6% | 0.8% | - |
| XYZ | 25.81 | 28.7 | 61.94 | - |
| YUV | 137.41 | 166.14 | 89.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 152 | 205 | 0.60 | 0.26 | 0 | 0.20 | 206.07 | 0.55 | 0.56 |
| Hex | 53 | 98 | CD | 3C | 1A | 0 | 14 | CE | 37 | 38 |
| Octal | 123 | 230 | 315 | 74 | 32 | 0 | 24 | 316 | 67 | 70 |
| Binary | 1010011 | 10011000 | 11001101 | 111100 | 11010 | 0 | 10100 | 11001110 | 110111 | 111000 |
Color Harmonies of #5398CD
Complementary color
Monochromatic Colors of #5398CD
Black with #5398CD
Text Example
Text Example
White with #5398CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5398CD; }
p { color: rgb(83,152,205); }
H1.HeaderClassName
{
color: #5398CD;
}
.AnyTagClassName
{
color: #5398CD;
}
</style>
background-color css
<style>
a { background-color: #5398CD; }
a { background-color: rgb(83,152,205); }
div.DivClassName
{
background-color: #5398CD;
}
.BgClassName
{
background-color: #5398CD;
}
</style>
border-color css
<style>
span { border-color: #5398CD; }
span { border-color: rgb(83,152,205); }
td.TdClassName
{
border-color: #5398CD;
}
.TagClassName
{
border-color: #5398CD;
}
</style>