Shades of Picton Blue #5BA4CF
Tints of Picton Blue #5BA4CF
RGB
CMYK
RGB Variations
Color information
#5BA4CF (or 0x5BA4CF) is known color: Picton Blue. HEX triplet: 5B, A4 and CF. RGB value is (91,164,207). Sum of RGB (Red+Green+Blue) = 91+164+207=462 (61% of max value = 765). Red value is 91 (35.94% from 255 or 19.70% from 462); Green value is 164 (64.45% from 255 or 35.50% from 462); Blue value is 207 (81.25% from 255 or 44.81% from 462); Max value from RGB is 207 - color contains mainly: blue. Hex color #5BA4CF is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5BA4CF is #A45B30. Grayscale: #929292. Windows color (decimal): -10771249 or 13608027. OLE color: 13608027.
HSL color Cylindrical-coordinate representation of color #5BA4CF: hue angle of 202.24º degrees, saturation: 0.55, 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 #5BA4CF is Cyan = 0.56, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 91 | 164 | 207 | - |
| CMYK | 0.56 | 0.21 | 0 | 0.19 |
| HSL | 202.24º | 0.55% | 0.58% | - |
| HSV(B) | 202.24º | 0.56% | 0.81% | - |
| XYZ | 28.85 | 33.28 | 63.93 | - |
| YUV | 147.08 | 161.82 | 88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 164 | 207 | 0.56 | 0.21 | 0 | 0.19 | 202.24 | 0.55 | 0.58 |
| Hex | 5B | A4 | CF | 38 | 15 | 0 | 13 | CA | 37 | 3A |
| Octal | 133 | 244 | 317 | 70 | 25 | 0 | 23 | 312 | 67 | 72 |
| Binary | 1011011 | 10100100 | 11001111 | 111000 | 10101 | 0 | 10011 | 11001010 | 110111 | 111010 |
Color Harmonies of #5BA4CF
Complementary color
Monochromatic Colors of #5BA4CF
Black with #5BA4CF
Text Example
Text Example
White with #5BA4CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5BA4CF; }
p { color: rgb(91,164,207); }
H1.HeaderClassName
{
color: #5BA4CF;
}
.AnyTagClassName
{
color: #5BA4CF;
}
</style>
background-color css
<style>
a { background-color: #5BA4CF; }
a { background-color: rgb(91,164,207); }
div.DivClassName
{
background-color: #5BA4CF;
}
.BgClassName
{
background-color: #5BA4CF;
}
</style>
border-color css
<style>
span { border-color: #5BA4CF; }
span { border-color: rgb(91,164,207); }
td.TdClassName
{
border-color: #5BA4CF;
}
.TagClassName
{
border-color: #5BA4CF;
}
</style>