Shades of Picton Blue #5BACCC
Tints of Picton Blue #5BACCC
RGB
CMYK
RGB Variations
Color information
#5BACCC (or 0x5BACCC) is known color: Picton Blue. HEX triplet: 5B, AC and CC. RGB value is (91,172,204). Sum of RGB (Red+Green+Blue) = 91+172+204=467 (61% of max value = 765). Red value is 91 (35.94% from 255 or 19.49% from 467); Green value is 172 (67.58% from 255 or 36.83% from 467); Blue value is 204 (80.08% from 255 or 43.68% from 467); Max value from RGB is 204 - color contains mainly: blue. Hex color #5BACCC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5BACCC is #A45333. Grayscale: #979797. Windows color (decimal): -10769204 or 13413467. OLE color: 13413467.
HSL color Cylindrical-coordinate representation of color #5BACCC: hue angle of 196.99º 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 #5BACCC is Cyan = 0.55, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 91 | 172 | 204 | - |
| CMYK | 0.55 | 0.16 | 0 | 0.2 |
| HSL | 196.99º | 0.53% | 0.58% | - |
| HSV(B) | 196.99º | 0.55% | 0.8% | - |
| XYZ | 29.97 | 36.09 | 62.51 | - |
| YUV | 151.43 | 157.66 | 84.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 172 | 204 | 0.55 | 0.16 | 0 | 0.2 | 196.99 | 0.53 | 0.58 |
| Hex | 5B | AC | CC | 37 | 10 | 0 | 14 | C5 | 35 | 3A |
| Octal | 133 | 254 | 314 | 67 | 20 | 0 | 24 | 305 | 65 | 72 |
| Binary | 1011011 | 10101100 | 11001100 | 110111 | 10000 | 0 | 10100 | 11000101 | 110101 | 111010 |
Color Harmonies of #5BACCC
Complementary color
Monochromatic Colors of #5BACCC
Black with #5BACCC
Text Example
Text Example
White with #5BACCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5BACCC; }
p { color: rgb(91,172,204); }
H1.HeaderClassName
{
color: #5BACCC;
}
.AnyTagClassName
{
color: #5BACCC;
}
</style>
background-color css
<style>
a { background-color: #5BACCC; }
a { background-color: rgb(91,172,204); }
div.DivClassName
{
background-color: #5BACCC;
}
.BgClassName
{
background-color: #5BACCC;
}
</style>
border-color css
<style>
span { border-color: #5BACCC; }
span { border-color: rgb(91,172,204); }
td.TdClassName
{
border-color: #5BACCC;
}
.TagClassName
{
border-color: #5BACCC;
}
</style>