Shades of Picton Blue #5598C5
Tints of Picton Blue #5598C5
RGB
CMYK
RGB Variations
Color information
#5598C5 (or 0x5598C5) is known color: Picton Blue. HEX triplet: 55, 98 and C5. RGB value is (85,152,197). Sum of RGB (Red+Green+Blue) = 85+152+197=434 (57% of max value = 765). Red value is 85 (33.59% from 255 or 19.59% from 434); Green value is 152 (59.77% from 255 or 35.02% from 434); Blue value is 197 (77.34% from 255 or 45.39% from 434); Max value from RGB is 197 - color contains mainly: blue. Hex color #5598C5 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5598C5 is #AA673A. Grayscale: #888888. Windows color (decimal): -11167547 or 12949589. OLE color: 12949589.
HSL color Cylindrical-coordinate representation of color #5598C5: hue angle of 204.11º degrees, saturation: 0.49, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #5598C5 is Cyan = 0.57, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 85 | 152 | 197 | - |
| CMYK | 0.57 | 0.23 | 0 | 0.23 |
| HSL | 204.11º | 0.49% | 0.55% | - |
| HSV(B) | 204.11º | 0.57% | 0.77% | - |
| XYZ | 25.05 | 28.42 | 56.99 | - |
| YUV | 137.1 | 161.8 | 90.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 152 | 197 | 0.57 | 0.23 | 0 | 0.23 | 204.11 | 0.49 | 0.55 |
| Hex | 55 | 98 | C5 | 39 | 17 | 0 | 17 | CC | 31 | 37 |
| Octal | 125 | 230 | 305 | 71 | 27 | 0 | 27 | 314 | 61 | 67 |
| Binary | 1010101 | 10011000 | 11000101 | 111001 | 10111 | 0 | 10111 | 11001100 | 110001 | 110111 |
Color Harmonies of #5598C5
Complementary color
Monochromatic Colors of #5598C5
Black with #5598C5
Text Example
Text Example
White with #5598C5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5598C5; }
p { color: rgb(85,152,197); }
H1.HeaderClassName
{
color: #5598C5;
}
.AnyTagClassName
{
color: #5598C5;
}
</style>
background-color css
<style>
a { background-color: #5598C5; }
a { background-color: rgb(85,152,197); }
div.DivClassName
{
background-color: #5598C5;
}
.BgClassName
{
background-color: #5598C5;
}
</style>
border-color css
<style>
span { border-color: #5598C5; }
span { border-color: rgb(85,152,197); }
td.TdClassName
{
border-color: #5598C5;
}
.TagClassName
{
border-color: #5598C5;
}
</style>