Shades of Picton Blue #5C9ADB
Tints of Picton Blue #5C9ADB
RGB
CMYK
RGB Variations
Color information
#5C9ADB (or 0x5C9ADB) is known color: Picton Blue. HEX triplet: 5C, 9A and DB. RGB value is (92,154,219). Sum of RGB (Red+Green+Blue) = 92+154+219=465 (61% of max value = 765). Red value is 92 (36.33% from 255 or 19.78% from 465); Green value is 154 (60.55% from 255 or 33.12% from 465); Blue value is 219 (85.94% from 255 or 47.10% from 465); Max value from RGB is 219 - color contains mainly: blue. Hex color #5C9ADB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5C9ADB is #A36524. Grayscale: #8E8E8E. Windows color (decimal): -10708261 or 14391900. OLE color: 14391900.
HSL color Cylindrical-coordinate representation of color #5C9ADB: hue angle of 210.71º degrees, saturation: 0.64, 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 #5C9ADB is Cyan = 0.58, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 92 | 154 | 219 | - |
| CMYK | 0.58 | 0.30 | 0 | 0.14 |
| HSL | 210.71º | 0.64% | 0.61% | - |
| HSV(B) | 210.71º | 0.58% | 0.86% | - |
| XYZ | 28.76 | 30.5 | 71.39 | - |
| YUV | 142.87 | 170.96 | 91.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 154 | 219 | 0.58 | 0.30 | 0 | 0.14 | 210.71 | 0.64 | 0.61 |
| Hex | 5C | 9A | DB | 3A | 1E | 0 | E | D3 | 40 | 3D |
| Octal | 134 | 232 | 333 | 72 | 36 | 0 | 16 | 323 | 100 | 75 |
| Binary | 1011100 | 10011010 | 11011011 | 111010 | 11110 | 0 | 1110 | 11010011 | 1000000 | 111101 |
Color Harmonies of #5C9ADB
Complementary color
Monochromatic Colors of #5C9ADB
Black with #5C9ADB
Text Example
Text Example
White with #5C9ADB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5C9ADB; }
p { color: rgb(92,154,219); }
H1.HeaderClassName
{
color: #5C9ADB;
}
.AnyTagClassName
{
color: #5C9ADB;
}
</style>
background-color css
<style>
a { background-color: #5C9ADB; }
a { background-color: rgb(92,154,219); }
div.DivClassName
{
background-color: #5C9ADB;
}
.BgClassName
{
background-color: #5C9ADB;
}
</style>
border-color css
<style>
span { border-color: #5C9ADB; }
span { border-color: rgb(92,154,219); }
td.TdClassName
{
border-color: #5C9ADB;
}
.TagClassName
{
border-color: #5C9ADB;
}
</style>