Shades of Picton Blue #5B96CB
Tints of Picton Blue #5B96CB
RGB
CMYK
RGB Variations
Color information
#5B96CB (or 0x5B96CB) is known color: Picton Blue. HEX triplet: 5B, 96 and CB. RGB value is (91,150,203). Sum of RGB (Red+Green+Blue) = 91+150+203=444 (58% of max value = 765). Red value is 91 (35.94% from 255 or 20.50% from 444); Green value is 150 (58.98% from 255 or 33.78% from 444); Blue value is 203 (79.69% from 255 or 45.72% from 444); Max value from RGB is 203 - color contains mainly: blue. Hex color #5B96CB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5B96CB is #A46934. Grayscale: #8A8A8A. Windows color (decimal): -10774837 or 13342299. OLE color: 13342299.
HSL color Cylindrical-coordinate representation of color #5B96CB: hue angle of 208.39º 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 #5B96CB is Cyan = 0.55, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 91 | 150 | 203 | - |
| CMYK | 0.55 | 0.26 | 0 | 0.20 |
| HSL | 208.39º | 0.52% | 0.58% | - |
| HSV(B) | 208.39º | 0.55% | 0.8% | - |
| XYZ | 26 | 28.35 | 60.6 | - |
| YUV | 138.4 | 164.45 | 94.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 150 | 203 | 0.55 | 0.26 | 0 | 0.20 | 208.39 | 0.52 | 0.58 |
| Hex | 5B | 96 | CB | 37 | 1A | 0 | 14 | D0 | 34 | 3A |
| Octal | 133 | 226 | 313 | 67 | 32 | 0 | 24 | 320 | 64 | 72 |
| Binary | 1011011 | 10010110 | 11001011 | 110111 | 11010 | 0 | 10100 | 11010000 | 110100 | 111010 |
Color Harmonies of #5B96CB
Complementary color
Monochromatic Colors of #5B96CB
Black with #5B96CB
Text Example
Text Example
White with #5B96CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5B96CB; }
p { color: rgb(91,150,203); }
H1.HeaderClassName
{
color: #5B96CB;
}
.AnyTagClassName
{
color: #5B96CB;
}
</style>
background-color css
<style>
a { background-color: #5B96CB; }
a { background-color: rgb(91,150,203); }
div.DivClassName
{
background-color: #5B96CB;
}
.BgClassName
{
background-color: #5B96CB;
}
</style>
border-color css
<style>
span { border-color: #5B96CB; }
span { border-color: rgb(91,150,203); }
td.TdClassName
{
border-color: #5B96CB;
}
.TagClassName
{
border-color: #5B96CB;
}
</style>