Shades of Picton Blue #55A7CF
Tints of Picton Blue #55A7CF
RGB
CMYK
RGB Variations
Color information
#55A7CF (or 0x55A7CF) is known color: Picton Blue. HEX triplet: 55, A7 and CF. RGB value is (85,167,207). Sum of RGB (Red+Green+Blue) = 85+167+207=459 (60% of max value = 765). Red value is 85 (33.59% from 255 or 18.52% from 459); Green value is 167 (65.62% from 255 or 36.38% from 459); Blue value is 207 (81.25% from 255 or 45.10% from 459); Max value from RGB is 207 - color contains mainly: blue. Hex color #55A7CF is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #55A7CF is #AA5830. Grayscale: #929292. Windows color (decimal): -11163697 or 13608789. OLE color: 13608789.
HSL color Cylindrical-coordinate representation of color #55A7CF: hue angle of 199.67º 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 #55A7CF is Cyan = 0.59, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 85 | 167 | 207 | - |
| CMYK | 0.59 | 0.19 | 0 | 0.19 |
| HSL | 199.67º | 0.56% | 0.57% | - |
| HSV(B) | 199.67º | 0.59% | 0.81% | - |
| XYZ | 28.83 | 34.07 | 64.09 | - |
| YUV | 147.04 | 161.83 | 83.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 167 | 207 | 0.59 | 0.19 | 0 | 0.19 | 199.67 | 0.56 | 0.57 |
| Hex | 55 | A7 | CF | 3B | 13 | 0 | 13 | C8 | 38 | 39 |
| Octal | 125 | 247 | 317 | 73 | 23 | 0 | 23 | 310 | 70 | 71 |
| Binary | 1010101 | 10100111 | 11001111 | 111011 | 10011 | 0 | 10011 | 11001000 | 111000 | 111001 |
Color Harmonies of #55A7CF
Complementary color
Monochromatic Colors of #55A7CF
Black with #55A7CF
Text Example
Text Example
White with #55A7CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55A7CF; }
p { color: rgb(85,167,207); }
H1.HeaderClassName
{
color: #55A7CF;
}
.AnyTagClassName
{
color: #55A7CF;
}
</style>
background-color css
<style>
a { background-color: #55A7CF; }
a { background-color: rgb(85,167,207); }
div.DivClassName
{
background-color: #55A7CF;
}
.BgClassName
{
background-color: #55A7CF;
}
</style>
border-color css
<style>
span { border-color: #55A7CF; }
span { border-color: rgb(85,167,207); }
td.TdClassName
{
border-color: #55A7CF;
}
.TagClassName
{
border-color: #55A7CF;
}
</style>