Shades of Picton Blue #5BADCE
Tints of Picton Blue #5BADCE
RGB
CMYK
RGB Variations
Color information
#5BADCE (or 0x5BADCE) is known color: Picton Blue. HEX triplet: 5B, AD and CE. RGB value is (91,173,206). Sum of RGB (Red+Green+Blue) = 91+173+206=470 (62% of max value = 765). Red value is 91 (35.94% from 255 or 19.36% from 470); Green value is 173 (67.97% from 255 or 36.81% from 470); Blue value is 206 (80.86% from 255 or 43.83% from 470); Max value from RGB is 206 - color contains mainly: blue. Hex color #5BADCE is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5BADCE is #A45231. Grayscale: #989898. Windows color (decimal): -10768946 or 13544795. OLE color: 13544795.
HSL color Cylindrical-coordinate representation of color #5BADCE: hue angle of 197.22º 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 #5BADCE is Cyan = 0.56, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 91 | 173 | 206 | - |
| CMYK | 0.56 | 0.16 | 0 | 0.19 |
| HSL | 197.22º | 0.54% | 0.58% | - |
| HSV(B) | 197.22º | 0.56% | 0.81% | - |
| XYZ | 30.4 | 36.57 | 63.85 | - |
| YUV | 152.24 | 158.33 | 84.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 173 | 206 | 0.56 | 0.16 | 0 | 0.19 | 197.22 | 0.54 | 0.58 |
| Hex | 5B | AD | CE | 38 | 10 | 0 | 13 | C5 | 36 | 3A |
| Octal | 133 | 255 | 316 | 70 | 20 | 0 | 23 | 305 | 66 | 72 |
| Binary | 1011011 | 10101101 | 11001110 | 111000 | 10000 | 0 | 10011 | 11000101 | 110110 | 111010 |
Color Harmonies of #5BADCE
Complementary color
Monochromatic Colors of #5BADCE
Black with #5BADCE
Text Example
Text Example
White with #5BADCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5BADCE; }
p { color: rgb(91,173,206); }
H1.HeaderClassName
{
color: #5BADCE;
}
.AnyTagClassName
{
color: #5BADCE;
}
</style>
background-color css
<style>
a { background-color: #5BADCE; }
a { background-color: rgb(91,173,206); }
div.DivClassName
{
background-color: #5BADCE;
}
.BgClassName
{
background-color: #5BADCE;
}
</style>
border-color css
<style>
span { border-color: #5BADCE; }
span { border-color: rgb(91,173,206); }
td.TdClassName
{
border-color: #5BADCE;
}
.TagClassName
{
border-color: #5BADCE;
}
</style>