Shades of Picton Blue #5BA8CC
Tints of Picton Blue #5BA8CC
RGB
CMYK
RGB Variations
Color information
#5BA8CC (or 0x5BA8CC) is known color: Picton Blue. HEX triplet: 5B, A8 and CC. RGB value is (91,168,204). Sum of RGB (Red+Green+Blue) = 91+168+204=463 (61% of max value = 765). Red value is 91 (35.94% from 255 or 19.65% from 463); Green value is 168 (66.02% from 255 or 36.29% from 463); Blue value is 204 (80.08% from 255 or 44.06% from 463); Max value from RGB is 204 - color contains mainly: blue. Hex color #5BA8CC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5BA8CC is #A45733. Grayscale: #949494. Windows color (decimal): -10770228 or 13412443. OLE color: 13412443.
HSL color Cylindrical-coordinate representation of color #5BA8CC: hue angle of 199.12º 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 #5BA8CC is Cyan = 0.55, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 91 | 168 | 204 | - |
| CMYK | 0.55 | 0.18 | 0 | 0.2 |
| HSL | 199.12º | 0.53% | 0.58% | - |
| HSV(B) | 199.12º | 0.55% | 0.8% | - |
| XYZ | 29.22 | 34.59 | 62.26 | - |
| YUV | 149.08 | 158.99 | 86.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 168 | 204 | 0.55 | 0.18 | 0 | 0.2 | 199.12 | 0.53 | 0.58 |
| Hex | 5B | A8 | CC | 37 | 12 | 0 | 14 | C7 | 35 | 3A |
| Octal | 133 | 250 | 314 | 67 | 22 | 0 | 24 | 307 | 65 | 72 |
| Binary | 1011011 | 10101000 | 11001100 | 110111 | 10010 | 0 | 10100 | 11000111 | 110101 | 111010 |
Color Harmonies of #5BA8CC
Complementary color
Monochromatic Colors of #5BA8CC
Black with #5BA8CC
Text Example
Text Example
White with #5BA8CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5BA8CC; }
p { color: rgb(91,168,204); }
H1.HeaderClassName
{
color: #5BA8CC;
}
.AnyTagClassName
{
color: #5BA8CC;
}
</style>
background-color css
<style>
a { background-color: #5BA8CC; }
a { background-color: rgb(91,168,204); }
div.DivClassName
{
background-color: #5BA8CC;
}
.BgClassName
{
background-color: #5BA8CC;
}
</style>
border-color css
<style>
span { border-color: #5BA8CC; }
span { border-color: rgb(91,168,204); }
td.TdClassName
{
border-color: #5BA8CC;
}
.TagClassName
{
border-color: #5BA8CC;
}
</style>