Shades of Picton Blue #56A1CB
Tints of Picton Blue #56A1CB
RGB
CMYK
RGB Variations
Color information
#56A1CB (or 0x56A1CB) is known color: Picton Blue. HEX triplet: 56, A1 and CB. RGB value is (86,161,203). Sum of RGB (Red+Green+Blue) = 86+161+203=450 (59% of max value = 765). Red value is 86 (33.98% from 255 or 19.11% from 450); Green value is 161 (63.28% from 255 or 35.78% from 450); Blue value is 203 (79.69% from 255 or 45.11% from 450); Max value from RGB is 203 - color contains mainly: blue. Hex color #56A1CB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #56A1CB is #A95E34. Grayscale: #8F8F8F. Windows color (decimal): -11099701 or 13345110. OLE color: 13345110.
HSL color Cylindrical-coordinate representation of color #56A1CB: hue angle of 201.54º degrees, saturation: 0.53, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #56A1CB is Cyan = 0.58, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 86 | 161 | 203 | - |
| CMYK | 0.58 | 0.21 | 0 | 0.20 |
| HSL | 201.54º | 0.53% | 0.57% | - |
| HSV(B) | 201.54º | 0.58% | 0.8% | - |
| XYZ | 27.36 | 31.78 | 61.19 | - |
| YUV | 143.36 | 161.65 | 87.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 161 | 203 | 0.58 | 0.21 | 0 | 0.20 | 201.54 | 0.53 | 0.57 |
| Hex | 56 | A1 | CB | 3A | 15 | 0 | 14 | CA | 35 | 39 |
| Octal | 126 | 241 | 313 | 72 | 25 | 0 | 24 | 312 | 65 | 71 |
| Binary | 1010110 | 10100001 | 11001011 | 111010 | 10101 | 0 | 10100 | 11001010 | 110101 | 111001 |
Color Harmonies of #56A1CB
Complementary color
Monochromatic Colors of #56A1CB
Black with #56A1CB
Text Example
Text Example
White with #56A1CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #56A1CB; }
p { color: rgb(86,161,203); }
H1.HeaderClassName
{
color: #56A1CB;
}
.AnyTagClassName
{
color: #56A1CB;
}
</style>
background-color css
<style>
a { background-color: #56A1CB; }
a { background-color: rgb(86,161,203); }
div.DivClassName
{
background-color: #56A1CB;
}
.BgClassName
{
background-color: #56A1CB;
}
</style>
border-color css
<style>
span { border-color: #56A1CB; }
span { border-color: rgb(86,161,203); }
td.TdClassName
{
border-color: #56A1CB;
}
.TagClassName
{
border-color: #56A1CB;
}
</style>