Shades of Picton Blue #5C99CA
Tints of Picton Blue #5C99CA
RGB
CMYK
RGB Variations
Color information
#5C99CA (or 0x5C99CA) is known color: Picton Blue. HEX triplet: 5C, 99 and CA. RGB value is (92,153,202). Sum of RGB (Red+Green+Blue) = 92+153+202=447 (59% of max value = 765). Red value is 92 (36.33% from 255 or 20.58% from 447); Green value is 153 (60.16% from 255 or 34.23% from 447); Blue value is 202 (79.30% from 255 or 45.19% from 447); Max value from RGB is 202 - color contains mainly: blue. Hex color #5C99CA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5C99CA is #A36635. Grayscale: #8C8C8C. Windows color (decimal): -10708534 or 13277532. OLE color: 13277532.
HSL color Cylindrical-coordinate representation of color #5C99CA: hue angle of 206.73º degrees, saturation: 0.51, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #5C99CA is Cyan = 0.54, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 92 | 153 | 202 | - |
| CMYK | 0.54 | 0.24 | 0 | 0.21 |
| HSL | 206.73º | 0.51% | 0.58% | - |
| HSV(B) | 206.73º | 0.54% | 0.79% | - |
| XYZ | 26.47 | 29.32 | 60.14 | - |
| YUV | 140.35 | 162.79 | 93.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 153 | 202 | 0.54 | 0.24 | 0 | 0.21 | 206.73 | 0.51 | 0.58 |
| Hex | 5C | 99 | CA | 36 | 18 | 0 | 15 | CF | 33 | 3A |
| Octal | 134 | 231 | 312 | 66 | 30 | 0 | 25 | 317 | 63 | 72 |
| Binary | 1011100 | 10011001 | 11001010 | 110110 | 11000 | 0 | 10101 | 11001111 | 110011 | 111010 |
Color Harmonies of #5C99CA
Complementary color
Monochromatic Colors of #5C99CA
Black with #5C99CA
Text Example
Text Example
White with #5C99CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5C99CA; }
p { color: rgb(92,153,202); }
H1.HeaderClassName
{
color: #5C99CA;
}
.AnyTagClassName
{
color: #5C99CA;
}
</style>
background-color css
<style>
a { background-color: #5C99CA; }
a { background-color: rgb(92,153,202); }
div.DivClassName
{
background-color: #5C99CA;
}
.BgClassName
{
background-color: #5C99CA;
}
</style>
border-color css
<style>
span { border-color: #5C99CA; }
span { border-color: rgb(92,153,202); }
td.TdClassName
{
border-color: #5C99CA;
}
.TagClassName
{
border-color: #5C99CA;
}
</style>