Shades of Picton Blue #5BAECF
Tints of Picton Blue #5BAECF
RGB
CMYK
RGB Variations
Color information
#5BAECF (or 0x5BAECF) is known color: Picton Blue. HEX triplet: 5B, AE and CF. RGB value is (91,174,207). Sum of RGB (Red+Green+Blue) = 91+174+207=472 (62% of max value = 765). Red value is 91 (35.94% from 255 or 19.28% from 472); Green value is 174 (68.36% from 255 or 36.86% from 472); Blue value is 207 (81.25% from 255 or 43.86% from 472); Max value from RGB is 207 - color contains mainly: blue. Hex color #5BAECF is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5BAECF is #A45130. Grayscale: #989898. Windows color (decimal): -10768689 or 13610587. OLE color: 13610587.
HSL color Cylindrical-coordinate representation of color #5BAECF: hue angle of 197.07º 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 #5BAECF is Cyan = 0.56, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 91 | 174 | 207 | - |
| CMYK | 0.56 | 0.16 | 0 | 0.19 |
| HSL | 197.07º | 0.55% | 0.58% | - |
| HSV(B) | 197.07º | 0.56% | 0.81% | - |
| XYZ | 30.71 | 37 | 64.55 | - |
| YUV | 152.95 | 158.5 | 83.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 174 | 207 | 0.56 | 0.16 | 0 | 0.19 | 197.07 | 0.55 | 0.58 |
| Hex | 5B | AE | CF | 38 | 10 | 0 | 13 | C5 | 37 | 3A |
| Octal | 133 | 256 | 317 | 70 | 20 | 0 | 23 | 305 | 67 | 72 |
| Binary | 1011011 | 10101110 | 11001111 | 111000 | 10000 | 0 | 10011 | 11000101 | 110111 | 111010 |
Color Harmonies of #5BAECF
Complementary color
Monochromatic Colors of #5BAECF
Black with #5BAECF
Text Example
Text Example
White with #5BAECF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5BAECF; }
p { color: rgb(91,174,207); }
H1.HeaderClassName
{
color: #5BAECF;
}
.AnyTagClassName
{
color: #5BAECF;
}
</style>
background-color css
<style>
a { background-color: #5BAECF; }
a { background-color: rgb(91,174,207); }
div.DivClassName
{
background-color: #5BAECF;
}
.BgClassName
{
background-color: #5BAECF;
}
</style>
border-color css
<style>
span { border-color: #5BAECF; }
span { border-color: rgb(91,174,207); }
td.TdClassName
{
border-color: #5BAECF;
}
.TagClassName
{
border-color: #5BAECF;
}
</style>