Shades of Picton Blue #5CA4D7
Tints of Picton Blue #5CA4D7
RGB
CMYK
RGB Variations
Color information
#5CA4D7 (or 0x5CA4D7) is known color: Picton Blue. HEX triplet: 5C, A4 and D7. RGB value is (92,164,215). Sum of RGB (Red+Green+Blue) = 92+164+215=471 (62% of max value = 765). Red value is 92 (36.33% from 255 or 19.53% from 471); Green value is 164 (64.45% from 255 or 34.82% from 471); Blue value is 215 (84.38% from 255 or 45.65% from 471); Max value from RGB is 215 - color contains mainly: blue. Hex color #5CA4D7 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5CA4D7 is #A35B28. Grayscale: #949494. Windows color (decimal): -10705705 or 14132316. OLE color: 14132316.
HSL color Cylindrical-coordinate representation of color #5CA4D7: hue angle of 204.88º degrees, saturation: 0.61, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #5CA4D7 is Cyan = 0.57, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 92 | 164 | 215 | - |
| CMYK | 0.57 | 0.24 | 0 | 0.16 |
| HSL | 204.88º | 0.61% | 0.6% | - |
| HSV(B) | 204.88º | 0.57% | 0.84% | - |
| XYZ | 29.95 | 33.73 | 69.22 | - |
| YUV | 148.29 | 165.65 | 87.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 164 | 215 | 0.57 | 0.24 | 0 | 0.16 | 204.88 | 0.61 | 0.6 |
| Hex | 5C | A4 | D7 | 39 | 18 | 0 | 10 | CD | 3D | 3C |
| Octal | 134 | 244 | 327 | 71 | 30 | 0 | 20 | 315 | 75 | 74 |
| Binary | 1011100 | 10100100 | 11010111 | 111001 | 11000 | 0 | 10000 | 11001101 | 111101 | 111100 |
Color Harmonies of #5CA4D7
Complementary color
Monochromatic Colors of #5CA4D7
Black with #5CA4D7
Text Example
Text Example
White with #5CA4D7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5CA4D7; }
p { color: rgb(92,164,215); }
H1.HeaderClassName
{
color: #5CA4D7;
}
.AnyTagClassName
{
color: #5CA4D7;
}
</style>
background-color css
<style>
a { background-color: #5CA4D7; }
a { background-color: rgb(92,164,215); }
div.DivClassName
{
background-color: #5CA4D7;
}
.BgClassName
{
background-color: #5CA4D7;
}
</style>
border-color css
<style>
span { border-color: #5CA4D7; }
span { border-color: rgb(92,164,215); }
td.TdClassName
{
border-color: #5CA4D7;
}
.TagClassName
{
border-color: #5CA4D7;
}
</style>