Shades of Picton Blue #5CA5DB
Tints of Picton Blue #5CA5DB
RGB
CMYK
RGB Variations
Color information
#5CA5DB (or 0x5CA5DB) is known color: Picton Blue. HEX triplet: 5C, A5 and DB. RGB value is (92,165,219). Sum of RGB (Red+Green+Blue) = 92+165+219=476 (63% of max value = 765). Red value is 92 (36.33% from 255 or 19.33% from 476); Green value is 165 (64.84% from 255 or 34.66% from 476); Blue value is 219 (85.94% from 255 or 46.01% from 476); Max value from RGB is 219 - color contains mainly: blue. Hex color #5CA5DB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5CA5DB is #A35A24. Grayscale: #959595. Windows color (decimal): -10705445 or 14394716. OLE color: 14394716.
HSL color Cylindrical-coordinate representation of color #5CA5DB: hue angle of 205.51º 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 #5CA5DB is Cyan = 0.58, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 92 | 165 | 219 | - |
| CMYK | 0.58 | 0.25 | 0 | 0.14 |
| HSL | 205.51º | 0.64% | 0.61% | - |
| HSV(B) | 205.51º | 0.58% | 0.86% | - |
| XYZ | 30.65 | 34.3 | 72.02 | - |
| YUV | 149.33 | 167.32 | 87.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 165 | 219 | 0.58 | 0.25 | 0 | 0.14 | 205.51 | 0.64 | 0.61 |
| Hex | 5C | A5 | DB | 3A | 19 | 0 | E | CE | 40 | 3D |
| Octal | 134 | 245 | 333 | 72 | 31 | 0 | 16 | 316 | 100 | 75 |
| Binary | 1011100 | 10100101 | 11011011 | 111010 | 11001 | 0 | 1110 | 11001110 | 1000000 | 111101 |
Color Harmonies of #5CA5DB
Complementary color
Monochromatic Colors of #5CA5DB
Black with #5CA5DB
Text Example
Text Example
White with #5CA5DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5CA5DB; }
p { color: rgb(92,165,219); }
H1.HeaderClassName
{
color: #5CA5DB;
}
.AnyTagClassName
{
color: #5CA5DB;
}
</style>
background-color css
<style>
a { background-color: #5CA5DB; }
a { background-color: rgb(92,165,219); }
div.DivClassName
{
background-color: #5CA5DB;
}
.BgClassName
{
background-color: #5CA5DB;
}
</style>
border-color css
<style>
span { border-color: #5CA5DB; }
span { border-color: rgb(92,165,219); }
td.TdClassName
{
border-color: #5CA5DB;
}
.TagClassName
{
border-color: #5CA5DB;
}
</style>