Shades of Picton Blue #5BAACD
Tints of Picton Blue #5BAACD
RGB
CMYK
RGB Variations
Color information
#5BAACD (or 0x5BAACD) is known color: Picton Blue. HEX triplet: 5B, AA and CD. RGB value is (91,170,205). Sum of RGB (Red+Green+Blue) = 91+170+205=466 (61% of max value = 765). Red value is 91 (35.94% from 255 or 19.53% from 466); Green value is 170 (66.80% from 255 or 36.48% from 466); Blue value is 205 (80.47% from 255 or 43.99% from 466); Max value from RGB is 205 - color contains mainly: blue. Hex color #5BAACD is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5BAACD is #A45532. Grayscale: #969696. Windows color (decimal): -10769715 or 13478491. OLE color: 13478491.
HSL color Cylindrical-coordinate representation of color #5BAACD: hue angle of 198.42º degrees, saturation: 0.53, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #5BAACD is Cyan = 0.56, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 91 | 170 | 205 | - |
| CMYK | 0.56 | 0.17 | 0 | 0.20 |
| HSL | 198.42º | 0.53% | 0.58% | - |
| HSV(B) | 198.42º | 0.56% | 0.8% | - |
| XYZ | 29.71 | 35.38 | 63.02 | - |
| YUV | 150.37 | 158.83 | 85.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 170 | 205 | 0.56 | 0.17 | 0 | 0.20 | 198.42 | 0.53 | 0.58 |
| Hex | 5B | AA | CD | 38 | 11 | 0 | 14 | C6 | 35 | 3A |
| Octal | 133 | 252 | 315 | 70 | 21 | 0 | 24 | 306 | 65 | 72 |
| Binary | 1011011 | 10101010 | 11001101 | 111000 | 10001 | 0 | 10100 | 11000110 | 110101 | 111010 |
Color Harmonies of #5BAACD
Complementary color
Monochromatic Colors of #5BAACD
Black with #5BAACD
Text Example
Text Example
White with #5BAACD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5BAACD; }
p { color: rgb(91,170,205); }
H1.HeaderClassName
{
color: #5BAACD;
}
.AnyTagClassName
{
color: #5BAACD;
}
</style>
background-color css
<style>
a { background-color: #5BAACD; }
a { background-color: rgb(91,170,205); }
div.DivClassName
{
background-color: #5BAACD;
}
.BgClassName
{
background-color: #5BAACD;
}
</style>
border-color css
<style>
span { border-color: #5BAACD; }
span { border-color: rgb(91,170,205); }
td.TdClassName
{
border-color: #5BAACD;
}
.TagClassName
{
border-color: #5BAACD;
}
</style>