Shades of Picton Blue #5B9ECC
Tints of Picton Blue #5B9ECC
RGB
CMYK
RGB Variations
Color information
#5B9ECC (or 0x5B9ECC) is known color: Picton Blue. HEX triplet: 5B, 9E and CC. RGB value is (91,158,204). Sum of RGB (Red+Green+Blue) = 91+158+204=453 (60% of max value = 765). Red value is 91 (35.94% from 255 or 20.09% from 453); Green value is 158 (62.11% from 255 or 34.88% from 453); Blue value is 204 (80.08% from 255 or 45.03% from 453); Max value from RGB is 204 - color contains mainly: blue. Hex color #5B9ECC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5B9ECC is #A46133. Grayscale: #8E8E8E. Windows color (decimal): -10772788 or 13409883. OLE color: 13409883.
HSL color Cylindrical-coordinate representation of color #5B9ECC: hue angle of 204.42º 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 #5B9ECC is Cyan = 0.55, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 91 | 158 | 204 | - |
| CMYK | 0.55 | 0.23 | 0 | 0.2 |
| HSL | 204.42º | 0.53% | 0.58% | - |
| HSV(B) | 204.42º | 0.55% | 0.8% | - |
| XYZ | 27.44 | 31.04 | 61.67 | - |
| YUV | 143.21 | 162.3 | 90.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 158 | 204 | 0.55 | 0.23 | 0 | 0.2 | 204.42 | 0.53 | 0.58 |
| Hex | 5B | 9E | CC | 37 | 17 | 0 | 14 | CC | 35 | 3A |
| Octal | 133 | 236 | 314 | 67 | 27 | 0 | 24 | 314 | 65 | 72 |
| Binary | 1011011 | 10011110 | 11001100 | 110111 | 10111 | 0 | 10100 | 11001100 | 110101 | 111010 |
Color Harmonies of #5B9ECC
Complementary color
Monochromatic Colors of #5B9ECC
Black with #5B9ECC
Text Example
Text Example
White with #5B9ECC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5B9ECC; }
p { color: rgb(91,158,204); }
H1.HeaderClassName
{
color: #5B9ECC;
}
.AnyTagClassName
{
color: #5B9ECC;
}
</style>
background-color css
<style>
a { background-color: #5B9ECC; }
a { background-color: rgb(91,158,204); }
div.DivClassName
{
background-color: #5B9ECC;
}
.BgClassName
{
background-color: #5B9ECC;
}
</style>
border-color css
<style>
span { border-color: #5B9ECC; }
span { border-color: rgb(91,158,204); }
td.TdClassName
{
border-color: #5B9ECC;
}
.TagClassName
{
border-color: #5B9ECC;
}
</style>