Shades of Picton Blue #5B9FCC
Tints of Picton Blue #5B9FCC
RGB
CMYK
RGB Variations
Color information
#5B9FCC (or 0x5B9FCC) is known color: Picton Blue. HEX triplet: 5B, 9F and CC. RGB value is (91,159,204). Sum of RGB (Red+Green+Blue) = 91+159+204=454 (60% of max value = 765). Red value is 91 (35.94% from 255 or 20.04% from 454); Green value is 159 (62.5% from 255 or 35.02% from 454); Blue value is 204 (80.08% from 255 or 44.93% from 454); Max value from RGB is 204 - color contains mainly: blue. Hex color #5B9FCC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5B9FCC is #A46033. Grayscale: #8F8F8F. Windows color (decimal): -10772532 or 13410139. OLE color: 13410139.
HSL color Cylindrical-coordinate representation of color #5B9FCC: hue angle of 203.89º degrees, saturation: 0.53, 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 #5B9FCC is Cyan = 0.55, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 91 | 159 | 204 | - |
| CMYK | 0.55 | 0.22 | 0 | 0.2 |
| HSL | 203.89º | 0.53% | 0.58% | - |
| HSV(B) | 203.89º | 0.55% | 0.8% | - |
| XYZ | 27.61 | 31.38 | 61.73 | - |
| YUV | 143.8 | 161.97 | 90.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 159 | 204 | 0.55 | 0.22 | 0 | 0.2 | 203.89 | 0.53 | 0.58 |
| Hex | 5B | 9F | CC | 37 | 16 | 0 | 14 | CC | 35 | 3A |
| Octal | 133 | 237 | 314 | 67 | 26 | 0 | 24 | 314 | 65 | 72 |
| Binary | 1011011 | 10011111 | 11001100 | 110111 | 10110 | 0 | 10100 | 11001100 | 110101 | 111010 |
Color Harmonies of #5B9FCC
Complementary color
Monochromatic Colors of #5B9FCC
Black with #5B9FCC
Text Example
Text Example
White with #5B9FCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5B9FCC; }
p { color: rgb(91,159,204); }
H1.HeaderClassName
{
color: #5B9FCC;
}
.AnyTagClassName
{
color: #5B9FCC;
}
</style>
background-color css
<style>
a { background-color: #5B9FCC; }
a { background-color: rgb(91,159,204); }
div.DivClassName
{
background-color: #5B9FCC;
}
.BgClassName
{
background-color: #5B9FCC;
}
</style>
border-color css
<style>
span { border-color: #5B9FCC; }
span { border-color: rgb(91,159,204); }
td.TdClassName
{
border-color: #5B9FCC;
}
.TagClassName
{
border-color: #5B9FCC;
}
</style>