Shades of Picton Blue #5B9CCC
Tints of Picton Blue #5B9CCC
RGB
CMYK
RGB Variations
Color information
#5B9CCC (or 0x5B9CCC) is known color: Picton Blue. HEX triplet: 5B, 9C and CC. RGB value is (91,156,204). Sum of RGB (Red+Green+Blue) = 91+156+204=451 (59% of max value = 765). Red value is 91 (35.94% from 255 or 20.18% from 451); Green value is 156 (61.33% from 255 or 34.59% from 451); Blue value is 204 (80.08% from 255 or 45.23% from 451); Max value from RGB is 204 - color contains mainly: blue. Hex color #5B9CCC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5B9CCC is #A46333. Grayscale: #8D8D8D. Windows color (decimal): -10773300 or 13409371. OLE color: 13409371.
HSL color Cylindrical-coordinate representation of color #5B9CCC: hue angle of 205.49º 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 #5B9CCC is Cyan = 0.55, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 91 | 156 | 204 | - |
| CMYK | 0.55 | 0.24 | 0 | 0.2 |
| HSL | 205.49º | 0.53% | 0.58% | - |
| HSV(B) | 205.49º | 0.55% | 0.8% | - |
| XYZ | 27.1 | 30.36 | 61.56 | - |
| YUV | 142.04 | 162.97 | 91.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 156 | 204 | 0.55 | 0.24 | 0 | 0.2 | 205.49 | 0.53 | 0.58 |
| Hex | 5B | 9C | CC | 37 | 18 | 0 | 14 | CD | 35 | 3A |
| Octal | 133 | 234 | 314 | 67 | 30 | 0 | 24 | 315 | 65 | 72 |
| Binary | 1011011 | 10011100 | 11001100 | 110111 | 11000 | 0 | 10100 | 11001101 | 110101 | 111010 |
Color Harmonies of #5B9CCC
Complementary color
Monochromatic Colors of #5B9CCC
Black with #5B9CCC
Text Example
Text Example
White with #5B9CCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5B9CCC; }
p { color: rgb(91,156,204); }
H1.HeaderClassName
{
color: #5B9CCC;
}
.AnyTagClassName
{
color: #5B9CCC;
}
</style>
background-color css
<style>
a { background-color: #5B9CCC; }
a { background-color: rgb(91,156,204); }
div.DivClassName
{
background-color: #5B9CCC;
}
.BgClassName
{
background-color: #5B9CCC;
}
</style>
border-color css
<style>
span { border-color: #5B9CCC; }
span { border-color: rgb(91,156,204); }
td.TdClassName
{
border-color: #5B9CCC;
}
.TagClassName
{
border-color: #5B9CCC;
}
</style>