Shades of Picton Blue #5C94CC
Tints of Picton Blue #5C94CC
RGB
CMYK
RGB Variations
Color information
#5C94CC (or 0x5C94CC) is known color: Picton Blue. HEX triplet: 5C, 94 and CC. RGB value is (92,148,204). Sum of RGB (Red+Green+Blue) = 92+148+204=444 (58% of max value = 765). Red value is 92 (36.33% from 255 or 20.72% from 444); Green value is 148 (58.20% from 255 or 33.33% from 444); Blue value is 204 (80.08% from 255 or 45.95% from 444); Max value from RGB is 204 - color contains mainly: blue. Hex color #5C94CC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5C94CC is #A36B33. Grayscale: #898989. Windows color (decimal): -10709812 or 13407324. OLE color: 13407324.
HSL color Cylindrical-coordinate representation of color #5C94CC: hue angle of 210º 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 #5C94CC is Cyan = 0.55, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 92 | 148 | 204 | - |
| CMYK | 0.55 | 0.27 | 0 | 0.2 |
| HSL | 210º | 0.52% | 0.58% | - |
| HSV(B) | 210º | 0.55% | 0.8% | - |
| XYZ | 25.9 | 27.81 | 61.13 | - |
| YUV | 137.64 | 165.45 | 95.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 148 | 204 | 0.55 | 0.27 | 0 | 0.2 | 210 | 0.52 | 0.58 |
| Hex | 5C | 94 | CC | 37 | 1B | 0 | 14 | D2 | 34 | 3A |
| Octal | 134 | 224 | 314 | 67 | 33 | 0 | 24 | 322 | 64 | 72 |
| Binary | 1011100 | 10010100 | 11001100 | 110111 | 11011 | 0 | 10100 | 11010010 | 110100 | 111010 |
Color Harmonies of #5C94CC
Complementary color
Monochromatic Colors of #5C94CC
Black with #5C94CC
Text Example
Text Example
White with #5C94CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5C94CC; }
p { color: rgb(92,148,204); }
H1.HeaderClassName
{
color: #5C94CC;
}
.AnyTagClassName
{
color: #5C94CC;
}
</style>
background-color css
<style>
a { background-color: #5C94CC; }
a { background-color: rgb(92,148,204); }
div.DivClassName
{
background-color: #5C94CC;
}
.BgClassName
{
background-color: #5C94CC;
}
</style>
border-color css
<style>
span { border-color: #5C94CC; }
span { border-color: rgb(92,148,204); }
td.TdClassName
{
border-color: #5C94CC;
}
.TagClassName
{
border-color: #5C94CC;
}
</style>