Shades of Picton Blue #5592CF
Tints of Picton Blue #5592CF
RGB
CMYK
RGB Variations
Color information
#5592CF (or 0x5592CF) is known color: Picton Blue. HEX triplet: 55, 92 and CF. RGB value is (85,146,207). Sum of RGB (Red+Green+Blue) = 85+146+207=438 (58% of max value = 765). Red value is 85 (33.59% from 255 or 19.41% from 438); Green value is 146 (57.42% from 255 or 33.33% from 438); Blue value is 207 (81.25% from 255 or 47.26% from 438); Max value from RGB is 207 - color contains mainly: blue. Hex color #5592CF is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5592CF is #AA6D30. Grayscale: #868686. Windows color (decimal): -11169073 or 13603413. OLE color: 13603413.
HSL color Cylindrical-coordinate representation of color #5592CF: hue angle of 210º degrees, saturation: 0.56, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #5592CF is Cyan = 0.59, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 85 | 146 | 207 | - |
| CMYK | 0.59 | 0.29 | 0 | 0.19 |
| HSL | 210º | 0.56% | 0.57% | - |
| HSV(B) | 210º | 0.59% | 0.81% | - |
| XYZ | 25.29 | 26.99 | 62.91 | - |
| YUV | 134.72 | 168.79 | 92.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 146 | 207 | 0.59 | 0.29 | 0 | 0.19 | 210 | 0.56 | 0.57 |
| Hex | 55 | 92 | CF | 3B | 1D | 0 | 13 | D2 | 38 | 39 |
| Octal | 125 | 222 | 317 | 73 | 35 | 0 | 23 | 322 | 70 | 71 |
| Binary | 1010101 | 10010010 | 11001111 | 111011 | 11101 | 0 | 10011 | 11010010 | 111000 | 111001 |
Color Harmonies of #5592CF
Complementary color
Monochromatic Colors of #5592CF
Black with #5592CF
Text Example
Text Example
White with #5592CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5592CF; }
p { color: rgb(85,146,207); }
H1.HeaderClassName
{
color: #5592CF;
}
.AnyTagClassName
{
color: #5592CF;
}
</style>
background-color css
<style>
a { background-color: #5592CF; }
a { background-color: rgb(85,146,207); }
div.DivClassName
{
background-color: #5592CF;
}
.BgClassName
{
background-color: #5592CF;
}
</style>
border-color css
<style>
span { border-color: #5592CF; }
span { border-color: rgb(85,146,207); }
td.TdClassName
{
border-color: #5592CF;
}
.TagClassName
{
border-color: #5592CF;
}
</style>