Shades of Picton Blue #5398CB
Tints of Picton Blue #5398CB
RGB
CMYK
RGB Variations
Color information
#5398CB (or 0x5398CB) is known color: Picton Blue. HEX triplet: 53, 98 and CB. RGB value is (83,152,203). Sum of RGB (Red+Green+Blue) = 83+152+203=438 (58% of max value = 765). Red value is 83 (32.81% from 255 or 18.95% from 438); Green value is 152 (59.77% from 255 or 34.70% from 438); Blue value is 203 (79.69% from 255 or 46.35% from 438); Max value from RGB is 203 - color contains mainly: blue. Hex color #5398CB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5398CB is #AC6734. Grayscale: #888888. Windows color (decimal): -11298613 or 13342803. OLE color: 13342803.
HSL color Cylindrical-coordinate representation of color #5398CB: hue angle of 205.5º degrees, saturation: 0.54, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #5398CB is Cyan = 0.59, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 83 | 152 | 203 | - |
| CMYK | 0.59 | 0.25 | 0 | 0.20 |
| HSL | 205.5º | 0.54% | 0.56% | - |
| HSV(B) | 205.5º | 0.59% | 0.8% | - |
| XYZ | 25.58 | 28.61 | 60.67 | - |
| YUV | 137.18 | 165.14 | 89.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 152 | 203 | 0.59 | 0.25 | 0 | 0.20 | 205.5 | 0.54 | 0.56 |
| Hex | 53 | 98 | CB | 3B | 19 | 0 | 14 | CE | 36 | 38 |
| Octal | 123 | 230 | 313 | 73 | 31 | 0 | 24 | 316 | 66 | 70 |
| Binary | 1010011 | 10011000 | 11001011 | 111011 | 11001 | 0 | 10100 | 11001110 | 110110 | 111000 |
Color Harmonies of #5398CB
Complementary color
Monochromatic Colors of #5398CB
Black with #5398CB
Text Example
Text Example
White with #5398CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5398CB; }
p { color: rgb(83,152,203); }
H1.HeaderClassName
{
color: #5398CB;
}
.AnyTagClassName
{
color: #5398CB;
}
</style>
background-color css
<style>
a { background-color: #5398CB; }
a { background-color: rgb(83,152,203); }
div.DivClassName
{
background-color: #5398CB;
}
.BgClassName
{
background-color: #5398CB;
}
</style>
border-color css
<style>
span { border-color: #5398CB; }
span { border-color: rgb(83,152,203); }
td.TdClassName
{
border-color: #5398CB;
}
.TagClassName
{
border-color: #5398CB;
}
</style>