Shades of Picton Blue #5CA4CE
Tints of Picton Blue #5CA4CE
RGB
CMYK
RGB Variations
Color information
#5CA4CE (or 0x5CA4CE) is known color: Picton Blue. HEX triplet: 5C, A4 and CE. RGB value is (92,164,206). Sum of RGB (Red+Green+Blue) = 92+164+206=462 (61% of max value = 765). Red value is 92 (36.33% from 255 or 19.91% from 462); Green value is 164 (64.45% from 255 or 35.50% from 462); Blue value is 206 (80.86% from 255 or 44.59% from 462); Max value from RGB is 206 - color contains mainly: blue. Hex color #5CA4CE is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5CA4CE is #A35B31. Grayscale: #939393. Windows color (decimal): -10705714 or 13542492. OLE color: 13542492.
HSL color Cylindrical-coordinate representation of color #5CA4CE: hue angle of 202.11º degrees, saturation: 0.54, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #5CA4CE is Cyan = 0.55, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 92 | 164 | 206 | - |
| CMYK | 0.55 | 0.20 | 0 | 0.19 |
| HSL | 202.11º | 0.54% | 0.58% | - |
| HSV(B) | 202.11º | 0.55% | 0.81% | - |
| XYZ | 28.83 | 33.28 | 63.3 | - |
| YUV | 147.26 | 161.15 | 88.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 164 | 206 | 0.55 | 0.20 | 0 | 0.19 | 202.11 | 0.54 | 0.58 |
| Hex | 5C | A4 | CE | 37 | 14 | 0 | 13 | CA | 36 | 3A |
| Octal | 134 | 244 | 316 | 67 | 24 | 0 | 23 | 312 | 66 | 72 |
| Binary | 1011100 | 10100100 | 11001110 | 110111 | 10100 | 0 | 10011 | 11001010 | 110110 | 111010 |
Color Harmonies of #5CA4CE
Complementary color
Monochromatic Colors of #5CA4CE
Black with #5CA4CE
Text Example
Text Example
White with #5CA4CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5CA4CE; }
p { color: rgb(92,164,206); }
H1.HeaderClassName
{
color: #5CA4CE;
}
.AnyTagClassName
{
color: #5CA4CE;
}
</style>
background-color css
<style>
a { background-color: #5CA4CE; }
a { background-color: rgb(92,164,206); }
div.DivClassName
{
background-color: #5CA4CE;
}
.BgClassName
{
background-color: #5CA4CE;
}
</style>
border-color css
<style>
span { border-color: #5CA4CE; }
span { border-color: rgb(92,164,206); }
td.TdClassName
{
border-color: #5CA4CE;
}
.TagClassName
{
border-color: #5CA4CE;
}
</style>