Shades of Picton Blue #5CABCA
Tints of Picton Blue #5CABCA
RGB
CMYK
RGB Variations
Color information
#5CABCA (or 0x5CABCA) is known color: Picton Blue. HEX triplet: 5C, AB and CA. RGB value is (92,171,202). Sum of RGB (Red+Green+Blue) = 92+171+202=465 (61% of max value = 765). Red value is 92 (36.33% from 255 or 19.78% from 465); Green value is 171 (67.19% from 255 or 36.77% from 465); Blue value is 202 (79.30% from 255 or 43.44% from 465); Max value from RGB is 202 - color contains mainly: blue. Hex color #5CABCA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5CABCA is #A35435. Grayscale: #969696. Windows color (decimal): -10703926 or 13282140. OLE color: 13282140.
HSL color Cylindrical-coordinate representation of color #5CABCA: hue angle of 196.91º degrees, saturation: 0.51, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #5CABCA is Cyan = 0.54, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 92 | 171 | 202 | - |
| CMYK | 0.54 | 0.15 | 0 | 0.21 |
| HSL | 196.91º | 0.51% | 0.58% | - |
| HSV(B) | 196.91º | 0.54% | 0.79% | - |
| XYZ | 29.64 | 35.67 | 61.2 | - |
| YUV | 150.91 | 156.83 | 85.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 171 | 202 | 0.54 | 0.15 | 0 | 0.21 | 196.91 | 0.51 | 0.58 |
| Hex | 5C | AB | CA | 36 | F | 0 | 15 | C5 | 33 | 3A |
| Octal | 134 | 253 | 312 | 66 | 17 | 0 | 25 | 305 | 63 | 72 |
| Binary | 1011100 | 10101011 | 11001010 | 110110 | 1111 | 0 | 10101 | 11000101 | 110011 | 111010 |
Color Harmonies of #5CABCA
Complementary color
Monochromatic Colors of #5CABCA
Black with #5CABCA
Text Example
Text Example
White with #5CABCA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5CABCA; }
p { color: rgb(92,171,202); }
H1.HeaderClassName
{
color: #5CABCA;
}
.AnyTagClassName
{
color: #5CABCA;
}
</style>
background-color css
<style>
a { background-color: #5CABCA; }
a { background-color: rgb(92,171,202); }
div.DivClassName
{
background-color: #5CABCA;
}
.BgClassName
{
background-color: #5CABCA;
}
</style>
border-color css
<style>
span { border-color: #5CABCA; }
span { border-color: rgb(92,171,202); }
td.TdClassName
{
border-color: #5CABCA;
}
.TagClassName
{
border-color: #5CABCA;
}
</style>