Shades of Picton Blue #5B9BCE
Tints of Picton Blue #5B9BCE
RGB
CMYK
RGB Variations
Color information
#5B9BCE (or 0x5B9BCE) is known color: Picton Blue. HEX triplet: 5B, 9B and CE. RGB value is (91,155,206). Sum of RGB (Red+Green+Blue) = 91+155+206=452 (59% of max value = 765). Red value is 91 (35.94% from 255 or 20.13% from 452); Green value is 155 (60.94% from 255 or 34.29% from 452); Blue value is 206 (80.86% from 255 or 45.58% from 452); Max value from RGB is 206 - color contains mainly: blue. Hex color #5B9BCE is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5B9BCE is #A46431. Grayscale: #8D8D8D. Windows color (decimal): -10773554 or 13540187. OLE color: 13540187.
HSL color Cylindrical-coordinate representation of color #5B9BCE: hue angle of 206.61º degrees, saturation: 0.54, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #5B9BCE is Cyan = 0.56, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 91 | 155 | 206 | - |
| CMYK | 0.56 | 0.25 | 0 | 0.19 |
| HSL | 206.61º | 0.54% | 0.58% | - |
| HSV(B) | 206.61º | 0.56% | 0.81% | - |
| XYZ | 27.18 | 30.12 | 62.77 | - |
| YUV | 141.68 | 164.3 | 91.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 155 | 206 | 0.56 | 0.25 | 0 | 0.19 | 206.61 | 0.54 | 0.58 |
| Hex | 5B | 9B | CE | 38 | 19 | 0 | 13 | CF | 36 | 3A |
| Octal | 133 | 233 | 316 | 70 | 31 | 0 | 23 | 317 | 66 | 72 |
| Binary | 1011011 | 10011011 | 11001110 | 111000 | 11001 | 0 | 10011 | 11001111 | 110110 | 111010 |
Color Harmonies of #5B9BCE
Complementary color
Monochromatic Colors of #5B9BCE
Black with #5B9BCE
Text Example
Text Example
White with #5B9BCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5B9BCE; }
p { color: rgb(91,155,206); }
H1.HeaderClassName
{
color: #5B9BCE;
}
.AnyTagClassName
{
color: #5B9BCE;
}
</style>
background-color css
<style>
a { background-color: #5B9BCE; }
a { background-color: rgb(91,155,206); }
div.DivClassName
{
background-color: #5B9BCE;
}
.BgClassName
{
background-color: #5B9BCE;
}
</style>
border-color css
<style>
span { border-color: #5B9BCE; }
span { border-color: rgb(91,155,206); }
td.TdClassName
{
border-color: #5B9BCE;
}
.TagClassName
{
border-color: #5B9BCE;
}
</style>