Shades of Picton Blue #5B9FCD
Tints of Picton Blue #5B9FCD
RGB
CMYK
RGB Variations
Color information
#5B9FCD (or 0x5B9FCD) is known color: Picton Blue. HEX triplet: 5B, 9F and CD. RGB value is (91,159,205). Sum of RGB (Red+Green+Blue) = 91+159+205=455 (60% of max value = 765). Red value is 91 (35.94% from 255 or 20% from 455); Green value is 159 (62.5% from 255 or 34.95% from 455); Blue value is 205 (80.47% from 255 or 45.05% from 455); Max value from RGB is 205 - color contains mainly: blue. Hex color #5B9FCD is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5B9FCD is #A46032. Grayscale: #8F8F8F. Windows color (decimal): -10772531 or 13475675. OLE color: 13475675.
HSL color Cylindrical-coordinate representation of color #5B9FCD: hue angle of 204.21º degrees, saturation: 0.53, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #5B9FCD is Cyan = 0.56, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 91 | 159 | 205 | - |
| CMYK | 0.56 | 0.22 | 0 | 0.20 |
| HSL | 204.21º | 0.53% | 0.58% | - |
| HSV(B) | 204.21º | 0.56% | 0.8% | - |
| XYZ | 27.73 | 31.43 | 62.36 | - |
| YUV | 143.91 | 162.47 | 90.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 159 | 205 | 0.56 | 0.22 | 0 | 0.20 | 204.21 | 0.53 | 0.58 |
| Hex | 5B | 9F | CD | 38 | 16 | 0 | 14 | CC | 35 | 3A |
| Octal | 133 | 237 | 315 | 70 | 26 | 0 | 24 | 314 | 65 | 72 |
| Binary | 1011011 | 10011111 | 11001101 | 111000 | 10110 | 0 | 10100 | 11001100 | 110101 | 111010 |
Color Harmonies of #5B9FCD
Complementary color
Monochromatic Colors of #5B9FCD
Black with #5B9FCD
Text Example
Text Example
White with #5B9FCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5B9FCD; }
p { color: rgb(91,159,205); }
H1.HeaderClassName
{
color: #5B9FCD;
}
.AnyTagClassName
{
color: #5B9FCD;
}
</style>
background-color css
<style>
a { background-color: #5B9FCD; }
a { background-color: rgb(91,159,205); }
div.DivClassName
{
background-color: #5B9FCD;
}
.BgClassName
{
background-color: #5B9FCD;
}
</style>
border-color css
<style>
span { border-color: #5B9FCD; }
span { border-color: rgb(91,159,205); }
td.TdClassName
{
border-color: #5B9FCD;
}
.TagClassName
{
border-color: #5B9FCD;
}
</style>