Shades of Picton Blue #5BACDA
Tints of Picton Blue #5BACDA
RGB
CMYK
RGB Variations
Color information
#5BACDA (or 0x5BACDA) is known color: Picton Blue. HEX triplet: 5B, AC and DA. RGB value is (91,172,218). Sum of RGB (Red+Green+Blue) = 91+172+218=481 (63% of max value = 765). Red value is 91 (35.94% from 255 or 18.92% from 481); Green value is 172 (67.58% from 255 or 35.76% from 481); Blue value is 218 (85.55% from 255 or 45.32% from 481); Max value from RGB is 218 - color contains mainly: blue. Hex color #5BACDA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5BACDA is #A45325. Grayscale: #989898. Windows color (decimal): -10769190 or 14330971. OLE color: 14330971.
HSL color Cylindrical-coordinate representation of color #5BACDA: hue angle of 201.73º degrees, saturation: 0.63, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #5BACDA is Cyan = 0.58, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 91 | 172 | 218 | - |
| CMYK | 0.58 | 0.21 | 0 | 0.15 |
| HSL | 201.73º | 0.63% | 0.61% | - |
| HSV(B) | 201.73º | 0.58% | 0.85% | - |
| XYZ | 31.72 | 36.79 | 71.76 | - |
| YUV | 153.03 | 164.66 | 83.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 172 | 218 | 0.58 | 0.21 | 0 | 0.15 | 201.73 | 0.63 | 0.61 |
| Hex | 5B | AC | DA | 3A | 15 | 0 | F | CA | 3F | 3D |
| Octal | 133 | 254 | 332 | 72 | 25 | 0 | 17 | 312 | 77 | 75 |
| Binary | 1011011 | 10101100 | 11011010 | 111010 | 10101 | 0 | 1111 | 11001010 | 111111 | 111101 |
Color Harmonies of #5BACDA
Complementary color
Monochromatic Colors of #5BACDA
Black with #5BACDA
Text Example
Text Example
White with #5BACDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5BACDA; }
p { color: rgb(91,172,218); }
H1.HeaderClassName
{
color: #5BACDA;
}
.AnyTagClassName
{
color: #5BACDA;
}
</style>
background-color css
<style>
a { background-color: #5BACDA; }
a { background-color: rgb(91,172,218); }
div.DivClassName
{
background-color: #5BACDA;
}
.BgClassName
{
background-color: #5BACDA;
}
</style>
border-color css
<style>
span { border-color: #5BACDA; }
span { border-color: rgb(91,172,218); }
td.TdClassName
{
border-color: #5BACDA;
}
.TagClassName
{
border-color: #5BACDA;
}
</style>