Shades of Picton Blue #559EC3
Tints of Picton Blue #559EC3
RGB
CMYK
RGB Variations
Color information
#559EC3 (or 0x559EC3) is known color: Picton Blue. HEX triplet: 55, 9E and C3. RGB value is (85,158,195). Sum of RGB (Red+Green+Blue) = 85+158+195=438 (58% of max value = 765). Red value is 85 (33.59% from 255 or 19.41% from 438); Green value is 158 (62.11% from 255 or 36.07% from 438); Blue value is 195 (76.56% from 255 or 44.52% from 438); Max value from RGB is 195 - color contains mainly: blue. Hex color #559EC3 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #559EC3 is #AA613C. Grayscale: #8C8C8C. Windows color (decimal): -11166013 or 12820053. OLE color: 12820053.
HSL color Cylindrical-coordinate representation of color #559EC3: hue angle of 200.18º degrees, saturation: 0.48, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #559EC3 is Cyan = 0.56, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 85 | 158 | 195 | - |
| CMYK | 0.56 | 0.19 | 0 | 0.24 |
| HSL | 200.18º | 0.48% | 0.55% | - |
| HSV(B) | 200.18º | 0.56% | 0.76% | - |
| XYZ | 25.82 | 30.33 | 56.12 | - |
| YUV | 140.39 | 158.82 | 88.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 158 | 195 | 0.56 | 0.19 | 0 | 0.24 | 200.18 | 0.48 | 0.55 |
| Hex | 55 | 9E | C3 | 38 | 13 | 0 | 18 | C8 | 30 | 37 |
| Octal | 125 | 236 | 303 | 70 | 23 | 0 | 30 | 310 | 60 | 67 |
| Binary | 1010101 | 10011110 | 11000011 | 111000 | 10011 | 0 | 11000 | 11001000 | 110000 | 110111 |
Color Harmonies of #559EC3
Complementary color
Monochromatic Colors of #559EC3
Black with #559EC3
Text Example
Text Example
White with #559EC3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #559EC3; }
p { color: rgb(85,158,195); }
H1.HeaderClassName
{
color: #559EC3;
}
.AnyTagClassName
{
color: #559EC3;
}
</style>
background-color css
<style>
a { background-color: #559EC3; }
a { background-color: rgb(85,158,195); }
div.DivClassName
{
background-color: #559EC3;
}
.BgClassName
{
background-color: #559EC3;
}
</style>
border-color css
<style>
span { border-color: #559EC3; }
span { border-color: rgb(85,158,195); }
td.TdClassName
{
border-color: #559EC3;
}
.TagClassName
{
border-color: #559EC3;
}
</style>