Shades of Picton Blue #5B98CB
Tints of Picton Blue #5B98CB
RGB
CMYK
RGB Variations
Color information
#5B98CB (or 0x5B98CB) is known color: Picton Blue. HEX triplet: 5B, 98 and CB. RGB value is (91,152,203). Sum of RGB (Red+Green+Blue) = 91+152+203=446 (59% of max value = 765). Red value is 91 (35.94% from 255 or 20.40% from 446); Green value is 152 (59.77% from 255 or 34.08% from 446); Blue value is 203 (79.69% from 255 or 45.52% from 446); Max value from RGB is 203 - color contains mainly: blue. Hex color #5B98CB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5B98CB is #A46734. Grayscale: #8B8B8B. Windows color (decimal): -10774325 or 13342811. OLE color: 13342811.
HSL color Cylindrical-coordinate representation of color #5B98CB: hue angle of 207.32º degrees, saturation: 0.52, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #5B98CB is Cyan = 0.55, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 91 | 152 | 203 | - |
| CMYK | 0.55 | 0.25 | 0 | 0.20 |
| HSL | 207.32º | 0.52% | 0.58% | - |
| HSV(B) | 207.32º | 0.55% | 0.8% | - |
| XYZ | 26.32 | 28.99 | 60.71 | - |
| YUV | 139.58 | 163.79 | 93.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 152 | 203 | 0.55 | 0.25 | 0 | 0.20 | 207.32 | 0.52 | 0.58 |
| Hex | 5B | 98 | CB | 37 | 19 | 0 | 14 | CF | 34 | 3A |
| Octal | 133 | 230 | 313 | 67 | 31 | 0 | 24 | 317 | 64 | 72 |
| Binary | 1011011 | 10011000 | 11001011 | 110111 | 11001 | 0 | 10100 | 11001111 | 110100 | 111010 |
Color Harmonies of #5B98CB
Complementary color
Monochromatic Colors of #5B98CB
Black with #5B98CB
Text Example
Text Example
White with #5B98CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5B98CB; }
p { color: rgb(91,152,203); }
H1.HeaderClassName
{
color: #5B98CB;
}
.AnyTagClassName
{
color: #5B98CB;
}
</style>
background-color css
<style>
a { background-color: #5B98CB; }
a { background-color: rgb(91,152,203); }
div.DivClassName
{
background-color: #5B98CB;
}
.BgClassName
{
background-color: #5B98CB;
}
</style>
border-color css
<style>
span { border-color: #5B98CB; }
span { border-color: rgb(91,152,203); }
td.TdClassName
{
border-color: #5B98CB;
}
.TagClassName
{
border-color: #5B98CB;
}
</style>