Shades of Picton Blue #5B9DCB
Tints of Picton Blue #5B9DCB
RGB
CMYK
RGB Variations
Color information
#5B9DCB (or 0x5B9DCB) is known color: Picton Blue. HEX triplet: 5B, 9D and CB. RGB value is (91,157,203). Sum of RGB (Red+Green+Blue) = 91+157+203=451 (59% of max value = 765). Red value is 91 (35.94% from 255 or 20.18% from 451); Green value is 157 (61.72% from 255 or 34.81% from 451); Blue value is 203 (79.69% from 255 or 45.01% from 451); Max value from RGB is 203 - color contains mainly: blue. Hex color #5B9DCB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5B9DCB is #A46234. Grayscale: #8E8E8E. Windows color (decimal): -10773045 or 13344091. OLE color: 13344091.
HSL color Cylindrical-coordinate representation of color #5B9DCB: hue angle of 204.64º 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 #5B9DCB is Cyan = 0.55, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 91 | 157 | 203 | - |
| CMYK | 0.55 | 0.23 | 0 | 0.20 |
| HSL | 204.64º | 0.52% | 0.58% | - |
| HSV(B) | 204.64º | 0.55% | 0.8% | - |
| XYZ | 27.15 | 30.65 | 60.98 | - |
| YUV | 142.51 | 162.13 | 91.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 157 | 203 | 0.55 | 0.23 | 0 | 0.20 | 204.64 | 0.52 | 0.58 |
| Hex | 5B | 9D | CB | 37 | 17 | 0 | 14 | CD | 34 | 3A |
| Octal | 133 | 235 | 313 | 67 | 27 | 0 | 24 | 315 | 64 | 72 |
| Binary | 1011011 | 10011101 | 11001011 | 110111 | 10111 | 0 | 10100 | 11001101 | 110100 | 111010 |
Color Harmonies of #5B9DCB
Complementary color
Monochromatic Colors of #5B9DCB
Black with #5B9DCB
Text Example
Text Example
White with #5B9DCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5B9DCB; }
p { color: rgb(91,157,203); }
H1.HeaderClassName
{
color: #5B9DCB;
}
.AnyTagClassName
{
color: #5B9DCB;
}
</style>
background-color css
<style>
a { background-color: #5B9DCB; }
a { background-color: rgb(91,157,203); }
div.DivClassName
{
background-color: #5B9DCB;
}
.BgClassName
{
background-color: #5B9DCB;
}
</style>
border-color css
<style>
span { border-color: #5B9DCB; }
span { border-color: rgb(91,157,203); }
td.TdClassName
{
border-color: #5B9DCB;
}
.TagClassName
{
border-color: #5B9DCB;
}
</style>