Shades of Picton Blue #5CACCC
Tints of Picton Blue #5CACCC
RGB
CMYK
RGB Variations
Color information
#5CACCC (or 0x5CACCC) is known color: Picton Blue. HEX triplet: 5C, AC and CC. RGB value is (92,172,204). Sum of RGB (Red+Green+Blue) = 92+172+204=468 (61% of max value = 765). Red value is 92 (36.33% from 255 or 19.66% from 468); Green value is 172 (67.58% from 255 or 36.75% from 468); Blue value is 204 (80.08% from 255 or 43.59% from 468); Max value from RGB is 204 - color contains mainly: blue. Hex color #5CACCC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5CACCC is #A35333. Grayscale: #979797. Windows color (decimal): -10703668 or 13413468. OLE color: 13413468.
HSL color Cylindrical-coordinate representation of color #5CACCC: hue angle of 197.14º degrees, saturation: 0.52, 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 #5CACCC is Cyan = 0.55, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 92 | 172 | 204 | - |
| CMYK | 0.55 | 0.16 | 0 | 0.2 |
| HSL | 197.14º | 0.52% | 0.58% | - |
| HSV(B) | 197.14º | 0.55% | 0.8% | - |
| XYZ | 30.07 | 36.14 | 62.52 | - |
| YUV | 151.73 | 157.5 | 85.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 172 | 204 | 0.55 | 0.16 | 0 | 0.2 | 197.14 | 0.52 | 0.58 |
| Hex | 5C | AC | CC | 37 | 10 | 0 | 14 | C5 | 34 | 3A |
| Octal | 134 | 254 | 314 | 67 | 20 | 0 | 24 | 305 | 64 | 72 |
| Binary | 1011100 | 10101100 | 11001100 | 110111 | 10000 | 0 | 10100 | 11000101 | 110100 | 111010 |
Color Harmonies of #5CACCC
Complementary color
Monochromatic Colors of #5CACCC
Black with #5CACCC
Text Example
Text Example
White with #5CACCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5CACCC; }
p { color: rgb(92,172,204); }
H1.HeaderClassName
{
color: #5CACCC;
}
.AnyTagClassName
{
color: #5CACCC;
}
</style>
background-color css
<style>
a { background-color: #5CACCC; }
a { background-color: rgb(92,172,204); }
div.DivClassName
{
background-color: #5CACCC;
}
.BgClassName
{
background-color: #5CACCC;
}
</style>
border-color css
<style>
span { border-color: #5CACCC; }
span { border-color: rgb(92,172,204); }
td.TdClassName
{
border-color: #5CACCC;
}
.TagClassName
{
border-color: #5CACCC;
}
</style>