Shades of Picton Blue #5C9DE1
Tints of Picton Blue #5C9DE1
RGB
CMYK
RGB Variations
Color information
#5C9DE1 (or 0x5C9DE1) is known color: Picton Blue. HEX triplet: 5C, 9D and E1. RGB value is (92,157,225). Sum of RGB (Red+Green+Blue) = 92+157+225=474 (62% of max value = 765). Red value is 92 (36.33% from 255 or 19.41% from 474); Green value is 157 (61.72% from 255 or 33.12% from 474); Blue value is 225 (88.28% from 255 or 47.47% from 474); Max value from RGB is 225 - color contains mainly: blue. Hex color #5C9DE1 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5C9DE1 is #A3621E. Grayscale: #909090. Windows color (decimal): -10707487 or 14785884. OLE color: 14785884.
HSL color Cylindrical-coordinate representation of color #5C9DE1: hue angle of 210.68º degrees, saturation: 0.69, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #5C9DE1 is Cyan = 0.59, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 92 | 157 | 225 | - |
| CMYK | 0.59 | 0.30 | 0 | 0.12 |
| HSL | 210.68º | 0.69% | 0.62% | - |
| HSV(B) | 210.68º | 0.59% | 0.88% | - |
| XYZ | 30.06 | 31.83 | 75.79 | - |
| YUV | 145.32 | 172.97 | 89.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 157 | 225 | 0.59 | 0.30 | 0 | 0.12 | 210.68 | 0.69 | 0.62 |
| Hex | 5C | 9D | E1 | 3B | 1E | 0 | C | D3 | 45 | 3E |
| Octal | 134 | 235 | 341 | 73 | 36 | 0 | 14 | 323 | 105 | 76 |
| Binary | 1011100 | 10011101 | 11100001 | 111011 | 11110 | 0 | 1100 | 11010011 | 1000101 | 111110 |
Color Harmonies of #5C9DE1
Complementary color
Monochromatic Colors of #5C9DE1
Black with #5C9DE1
Text Example
Text Example
White with #5C9DE1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5C9DE1; }
p { color: rgb(92,157,225); }
H1.HeaderClassName
{
color: #5C9DE1;
}
.AnyTagClassName
{
color: #5C9DE1;
}
</style>
background-color css
<style>
a { background-color: #5C9DE1; }
a { background-color: rgb(92,157,225); }
div.DivClassName
{
background-color: #5C9DE1;
}
.BgClassName
{
background-color: #5C9DE1;
}
</style>
border-color css
<style>
span { border-color: #5C9DE1; }
span { border-color: rgb(92,157,225); }
td.TdClassName
{
border-color: #5C9DE1;
}
.TagClassName
{
border-color: #5C9DE1;
}
</style>