Shades of Picton Blue #5BAADC
Tints of Picton Blue #5BAADC
RGB
CMYK
RGB Variations
Color information
#5BAADC (or 0x5BAADC) is known color: Picton Blue. HEX triplet: 5B, AA and DC. RGB value is (91,170,220). Sum of RGB (Red+Green+Blue) = 91+170+220=481 (63% of max value = 765). Red value is 91 (35.94% from 255 or 18.92% from 481); Green value is 170 (66.80% from 255 or 35.34% from 481); Blue value is 220 (86.33% from 255 or 45.74% from 481); Max value from RGB is 220 - color contains mainly: blue. Hex color #5BAADC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5BAADC is #A45523. Grayscale: #979797. Windows color (decimal): -10769700 or 14461531. OLE color: 14461531.
HSL color Cylindrical-coordinate representation of color #5BAADC: hue angle of 203.26º degrees, saturation: 0.65, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #5BAADC is Cyan = 0.59, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 91 | 170 | 220 | - |
| CMYK | 0.59 | 0.23 | 0 | 0.14 |
| HSL | 203.26º | 0.65% | 0.61% | - |
| HSV(B) | 203.26º | 0.59% | 0.86% | - |
| XYZ | 31.61 | 36.14 | 73.02 | - |
| YUV | 152.08 | 166.33 | 84.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 170 | 220 | 0.59 | 0.23 | 0 | 0.14 | 203.26 | 0.65 | 0.61 |
| Hex | 5B | AA | DC | 3B | 17 | 0 | E | CB | 41 | 3D |
| Octal | 133 | 252 | 334 | 73 | 27 | 0 | 16 | 313 | 101 | 75 |
| Binary | 1011011 | 10101010 | 11011100 | 111011 | 10111 | 0 | 1110 | 11001011 | 1000001 | 111101 |
Color Harmonies of #5BAADC
Complementary color
Monochromatic Colors of #5BAADC
Black with #5BAADC
Text Example
Text Example
White with #5BAADC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5BAADC; }
p { color: rgb(91,170,220); }
H1.HeaderClassName
{
color: #5BAADC;
}
.AnyTagClassName
{
color: #5BAADC;
}
</style>
background-color css
<style>
a { background-color: #5BAADC; }
a { background-color: rgb(91,170,220); }
div.DivClassName
{
background-color: #5BAADC;
}
.BgClassName
{
background-color: #5BAADC;
}
</style>
border-color css
<style>
span { border-color: #5BAADC; }
span { border-color: rgb(91,170,220); }
td.TdClassName
{
border-color: #5BAADC;
}
.TagClassName
{
border-color: #5BAADC;
}
</style>