Shades of Picton Blue #5BA5CC
Tints of Picton Blue #5BA5CC
RGB
CMYK
RGB Variations
Color information
#5BA5CC (or 0x5BA5CC) is known color: Picton Blue. HEX triplet: 5B, A5 and CC. RGB value is (91,165,204). Sum of RGB (Red+Green+Blue) = 91+165+204=460 (60% of max value = 765). Red value is 91 (35.94% from 255 or 19.78% from 460); Green value is 165 (64.84% from 255 or 35.87% from 460); Blue value is 204 (80.08% from 255 or 44.35% from 460); Max value from RGB is 204 - color contains mainly: blue. Hex color #5BA5CC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5BA5CC is #A45A33. Grayscale: #939393. Windows color (decimal): -10770996 or 13411675. OLE color: 13411675.
HSL color Cylindrical-coordinate representation of color #5BA5CC: hue angle of 200.71º 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 #5BA5CC is Cyan = 0.55, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 91 | 165 | 204 | - |
| CMYK | 0.55 | 0.19 | 0 | 0.2 |
| HSL | 200.71º | 0.53% | 0.58% | - |
| HSV(B) | 200.71º | 0.55% | 0.8% | - |
| XYZ | 28.67 | 33.49 | 62.08 | - |
| YUV | 147.32 | 159.98 | 87.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 165 | 204 | 0.55 | 0.19 | 0 | 0.2 | 200.71 | 0.53 | 0.58 |
| Hex | 5B | A5 | CC | 37 | 13 | 0 | 14 | C9 | 35 | 3A |
| Octal | 133 | 245 | 314 | 67 | 23 | 0 | 24 | 311 | 65 | 72 |
| Binary | 1011011 | 10100101 | 11001100 | 110111 | 10011 | 0 | 10100 | 11001001 | 110101 | 111010 |
Color Harmonies of #5BA5CC
Complementary color
Monochromatic Colors of #5BA5CC
Black with #5BA5CC
Text Example
Text Example
White with #5BA5CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5BA5CC; }
p { color: rgb(91,165,204); }
H1.HeaderClassName
{
color: #5BA5CC;
}
.AnyTagClassName
{
color: #5BA5CC;
}
</style>
background-color css
<style>
a { background-color: #5BA5CC; }
a { background-color: rgb(91,165,204); }
div.DivClassName
{
background-color: #5BA5CC;
}
.BgClassName
{
background-color: #5BA5CC;
}
</style>
border-color css
<style>
span { border-color: #5BA5CC; }
span { border-color: rgb(91,165,204); }
td.TdClassName
{
border-color: #5BA5CC;
}
.TagClassName
{
border-color: #5BA5CC;
}
</style>