Shades of Picton Blue #5B9BCA
Tints of Picton Blue #5B9BCA
RGB
CMYK
RGB Variations
Color information
#5B9BCA (or 0x5B9BCA) is known color: Picton Blue. HEX triplet: 5B, 9B and CA. RGB value is (91,155,202). Sum of RGB (Red+Green+Blue) = 91+155+202=448 (59% of max value = 765). Red value is 91 (35.94% from 255 or 20.31% from 448); Green value is 155 (60.94% from 255 or 34.60% from 448); Blue value is 202 (79.30% from 255 or 45.09% from 448); Max value from RGB is 202 - color contains mainly: blue. Hex color #5B9BCA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5B9BCA is #A46435. Grayscale: #8C8C8C. Windows color (decimal): -10773558 or 13278043. OLE color: 13278043.
HSL color Cylindrical-coordinate representation of color #5B9BCA: hue angle of 205.41º degrees, saturation: 0.51, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #5B9BCA is Cyan = 0.55, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 91 | 155 | 202 | - |
| CMYK | 0.55 | 0.23 | 0 | 0.21 |
| HSL | 205.41º | 0.51% | 0.57% | - |
| HSV(B) | 205.41º | 0.55% | 0.79% | - |
| XYZ | 26.7 | 29.93 | 60.25 | - |
| YUV | 141.22 | 162.3 | 92.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 155 | 202 | 0.55 | 0.23 | 0 | 0.21 | 205.41 | 0.51 | 0.57 |
| Hex | 5B | 9B | CA | 37 | 17 | 0 | 15 | CD | 33 | 39 |
| Octal | 133 | 233 | 312 | 67 | 27 | 0 | 25 | 315 | 63 | 71 |
| Binary | 1011011 | 10011011 | 11001010 | 110111 | 10111 | 0 | 10101 | 11001101 | 110011 | 111001 |
Color Harmonies of #5B9BCA
Complementary color
Monochromatic Colors of #5B9BCA
Black with #5B9BCA
Text Example
Text Example
White with #5B9BCA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5B9BCA; }
p { color: rgb(91,155,202); }
H1.HeaderClassName
{
color: #5B9BCA;
}
.AnyTagClassName
{
color: #5B9BCA;
}
</style>
background-color css
<style>
a { background-color: #5B9BCA; }
a { background-color: rgb(91,155,202); }
div.DivClassName
{
background-color: #5B9BCA;
}
.BgClassName
{
background-color: #5B9BCA;
}
</style>
border-color css
<style>
span { border-color: #5B9BCA; }
span { border-color: rgb(91,155,202); }
td.TdClassName
{
border-color: #5B9BCA;
}
.TagClassName
{
border-color: #5B9BCA;
}
</style>