Shades of Picton Blue #5B9EC7
Tints of Picton Blue #5B9EC7
RGB
CMYK
RGB Variations
Color information
#5B9EC7 (or 0x5B9EC7) is known color: Picton Blue. HEX triplet: 5B, 9E and C7. RGB value is (91,158,199). Sum of RGB (Red+Green+Blue) = 91+158+199=448 (59% of max value = 765). Red value is 91 (35.94% from 255 or 20.31% from 448); Green value is 158 (62.11% from 255 or 35.27% from 448); Blue value is 199 (78.12% from 255 or 44.42% from 448); Max value from RGB is 199 - color contains mainly: blue. Hex color #5B9EC7 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5B9EC7 is #A46138. Grayscale: #8E8E8E. Windows color (decimal): -10772793 or 13082203. OLE color: 13082203.
HSL color Cylindrical-coordinate representation of color #5B9EC7: hue angle of 202.78º degrees, saturation: 0.49, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #5B9EC7 is Cyan = 0.54, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 91 | 158 | 199 | - |
| CMYK | 0.54 | 0.21 | 0 | 0.22 |
| HSL | 202.78º | 0.49% | 0.57% | - |
| HSV(B) | 202.78º | 0.54% | 0.78% | - |
| XYZ | 26.85 | 30.8 | 58.56 | - |
| YUV | 142.64 | 159.8 | 91.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 158 | 199 | 0.54 | 0.21 | 0 | 0.22 | 202.78 | 0.49 | 0.57 |
| Hex | 5B | 9E | C7 | 36 | 15 | 0 | 16 | CB | 31 | 39 |
| Octal | 133 | 236 | 307 | 66 | 25 | 0 | 26 | 313 | 61 | 71 |
| Binary | 1011011 | 10011110 | 11000111 | 110110 | 10101 | 0 | 10110 | 11001011 | 110001 | 111001 |
Color Harmonies of #5B9EC7
Complementary color
Monochromatic Colors of #5B9EC7
Black with #5B9EC7
Text Example
Text Example
White with #5B9EC7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5B9EC7; }
p { color: rgb(91,158,199); }
H1.HeaderClassName
{
color: #5B9EC7;
}
.AnyTagClassName
{
color: #5B9EC7;
}
</style>
background-color css
<style>
a { background-color: #5B9EC7; }
a { background-color: rgb(91,158,199); }
div.DivClassName
{
background-color: #5B9EC7;
}
.BgClassName
{
background-color: #5B9EC7;
}
</style>
border-color css
<style>
span { border-color: #5B9EC7; }
span { border-color: rgb(91,158,199); }
td.TdClassName
{
border-color: #5B9EC7;
}
.TagClassName
{
border-color: #5B9EC7;
}
</style>