Shades of Picton Blue #5BA5DC
Tints of Picton Blue #5BA5DC
RGB
CMYK
RGB Variations
Color information
#5BA5DC (or 0x5BA5DC) is known color: Picton Blue. HEX triplet: 5B, A5 and DC. RGB value is (91,165,220). Sum of RGB (Red+Green+Blue) = 91+165+220=476 (63% of max value = 765). Red value is 91 (35.94% from 255 or 19.12% from 476); Green value is 165 (64.84% from 255 or 34.66% from 476); Blue value is 220 (86.33% from 255 or 46.22% from 476); Max value from RGB is 220 - color contains mainly: blue. Hex color #5BA5DC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5BA5DC is #A45A23. Grayscale: #949494. Windows color (decimal): -10770980 or 14460251. OLE color: 14460251.
HSL color Cylindrical-coordinate representation of color #5BA5DC: hue angle of 205.58º 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 #5BA5DC is Cyan = 0.59, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 91 | 165 | 220 | - |
| CMYK | 0.59 | 0.25 | 0 | 0.14 |
| HSL | 205.58º | 0.65% | 0.61% | - |
| HSV(B) | 205.58º | 0.59% | 0.86% | - |
| XYZ | 30.69 | 34.3 | 72.71 | - |
| YUV | 149.14 | 167.98 | 86.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 165 | 220 | 0.59 | 0.25 | 0 | 0.14 | 205.58 | 0.65 | 0.61 |
| Hex | 5B | A5 | DC | 3B | 19 | 0 | E | CE | 41 | 3D |
| Octal | 133 | 245 | 334 | 73 | 31 | 0 | 16 | 316 | 101 | 75 |
| Binary | 1011011 | 10100101 | 11011100 | 111011 | 11001 | 0 | 1110 | 11001110 | 1000001 | 111101 |
Color Harmonies of #5BA5DC
Complementary color
Monochromatic Colors of #5BA5DC
Black with #5BA5DC
Text Example
Text Example
White with #5BA5DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5BA5DC; }
p { color: rgb(91,165,220); }
H1.HeaderClassName
{
color: #5BA5DC;
}
.AnyTagClassName
{
color: #5BA5DC;
}
</style>
background-color css
<style>
a { background-color: #5BA5DC; }
a { background-color: rgb(91,165,220); }
div.DivClassName
{
background-color: #5BA5DC;
}
.BgClassName
{
background-color: #5BA5DC;
}
</style>
border-color css
<style>
span { border-color: #5BA5DC; }
span { border-color: rgb(91,165,220); }
td.TdClassName
{
border-color: #5BA5DC;
}
.TagClassName
{
border-color: #5BA5DC;
}
</style>