Shades of Picton Blue #5C9ADC
Tints of Picton Blue #5C9ADC
RGB
CMYK
RGB Variations
Color information
#5C9ADC (or 0x5C9ADC) is known color: Picton Blue. HEX triplet: 5C, 9A and DC. RGB value is (92,154,220). Sum of RGB (Red+Green+Blue) = 92+154+220=466 (61% of max value = 765). Red value is 92 (36.33% from 255 or 19.74% from 466); Green value is 154 (60.55% from 255 or 33.05% from 466); Blue value is 220 (86.33% from 255 or 47.21% from 466); Max value from RGB is 220 - color contains mainly: blue. Hex color #5C9ADC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5C9ADC is #A36523. Grayscale: #8E8E8E. Windows color (decimal): -10708260 or 14457436. OLE color: 14457436.
HSL color Cylindrical-coordinate representation of color #5C9ADC: hue angle of 210.94º degrees, saturation: 0.65, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #5C9ADC is Cyan = 0.58, Magento = 0.3, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 92 | 154 | 220 | - |
| CMYK | 0.58 | 0.3 | 0 | 0.14 |
| HSL | 210.94º | 0.65% | 0.61% | - |
| HSV(B) | 210.94º | 0.58% | 0.86% | - |
| XYZ | 28.89 | 30.55 | 72.09 | - |
| YUV | 142.99 | 171.46 | 91.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 154 | 220 | 0.58 | 0.3 | 0 | 0.14 | 210.94 | 0.65 | 0.61 |
| Hex | 5C | 9A | DC | 3A | 1E | 0 | E | D3 | 41 | 3D |
| Octal | 134 | 232 | 334 | 72 | 36 | 0 | 16 | 323 | 101 | 75 |
| Binary | 1011100 | 10011010 | 11011100 | 111010 | 11110 | 0 | 1110 | 11010011 | 1000001 | 111101 |
Color Harmonies of #5C9ADC
Complementary color
Monochromatic Colors of #5C9ADC
Black with #5C9ADC
Text Example
Text Example
White with #5C9ADC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5C9ADC; }
p { color: rgb(92,154,220); }
H1.HeaderClassName
{
color: #5C9ADC;
}
.AnyTagClassName
{
color: #5C9ADC;
}
</style>
background-color css
<style>
a { background-color: #5C9ADC; }
a { background-color: rgb(92,154,220); }
div.DivClassName
{
background-color: #5C9ADC;
}
.BgClassName
{
background-color: #5C9ADC;
}
</style>
border-color css
<style>
span { border-color: #5C9ADC; }
span { border-color: rgb(92,154,220); }
td.TdClassName
{
border-color: #5C9ADC;
}
.TagClassName
{
border-color: #5C9ADC;
}
</style>