Shades of Picton Blue #5CACCD
Tints of Picton Blue #5CACCD
RGB
CMYK
RGB Variations
Color information
#5CACCD (or 0x5CACCD) is known color: Picton Blue. HEX triplet: 5C, AC and CD. RGB value is (92,172,205). Sum of RGB (Red+Green+Blue) = 92+172+205=469 (62% of max value = 765). Red value is 92 (36.33% from 255 or 19.62% from 469); Green value is 172 (67.58% from 255 or 36.67% from 469); Blue value is 205 (80.47% from 255 or 43.71% from 469); Max value from RGB is 205 - color contains mainly: blue. Hex color #5CACCD is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5CACCD is #A35332. Grayscale: #979797. Windows color (decimal): -10703667 or 13479004. OLE color: 13479004.
HSL color Cylindrical-coordinate representation of color #5CACCD: hue angle of 197.52º degrees, saturation: 0.53, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #5CACCD is Cyan = 0.55, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 92 | 172 | 205 | - |
| CMYK | 0.55 | 0.16 | 0 | 0.20 |
| HSL | 197.52º | 0.53% | 0.58% | - |
| HSV(B) | 197.52º | 0.55% | 0.8% | - |
| XYZ | 30.19 | 36.19 | 63.15 | - |
| YUV | 151.84 | 158 | 85.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 172 | 205 | 0.55 | 0.16 | 0 | 0.20 | 197.52 | 0.53 | 0.58 |
| Hex | 5C | AC | CD | 37 | 10 | 0 | 14 | C6 | 35 | 3A |
| Octal | 134 | 254 | 315 | 67 | 20 | 0 | 24 | 306 | 65 | 72 |
| Binary | 1011100 | 10101100 | 11001101 | 110111 | 10000 | 0 | 10100 | 11000110 | 110101 | 111010 |
Color Harmonies of #5CACCD
Complementary color
Monochromatic Colors of #5CACCD
Black with #5CACCD
Text Example
Text Example
White with #5CACCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5CACCD; }
p { color: rgb(92,172,205); }
H1.HeaderClassName
{
color: #5CACCD;
}
.AnyTagClassName
{
color: #5CACCD;
}
</style>
background-color css
<style>
a { background-color: #5CACCD; }
a { background-color: rgb(92,172,205); }
div.DivClassName
{
background-color: #5CACCD;
}
.BgClassName
{
background-color: #5CACCD;
}
</style>
border-color css
<style>
span { border-color: #5CACCD; }
span { border-color: rgb(92,172,205); }
td.TdClassName
{
border-color: #5CACCD;
}
.TagClassName
{
border-color: #5CACCD;
}
</style>