Shades of Picton Blue #5FA2CC
Tints of Picton Blue #5FA2CC
RGB
CMYK
RGB Variations
Color information
#5FA2CC (or 0x5FA2CC) is known color: Picton Blue. HEX triplet: 5F, A2 and CC. RGB value is (95,162,204). Sum of RGB (Red+Green+Blue) = 95+162+204=461 (61% of max value = 765). Red value is 95 (37.5% from 255 or 20.61% from 461); Green value is 162 (63.67% from 255 or 35.14% from 461); Blue value is 204 (80.08% from 255 or 44.25% from 461); Max value from RGB is 204 - color contains mainly: blue. Hex color #5FA2CC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5FA2CC is #A05D33. Grayscale: #929292. Windows color (decimal): -10509620 or 13410911. OLE color: 13410911.
HSL color Cylindrical-coordinate representation of color #5FA2CC: hue angle of 203.12º degrees, saturation: 0.52, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #5FA2CC is Cyan = 0.53, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 95 | 162 | 204 | - |
| CMYK | 0.53 | 0.21 | 0 | 0.2 |
| HSL | 203.12º | 0.52% | 0.59% | - |
| HSV(B) | 203.12º | 0.53% | 0.8% | - |
| XYZ | 28.54 | 32.63 | 61.92 | - |
| YUV | 146.76 | 160.3 | 91.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 162 | 204 | 0.53 | 0.21 | 0 | 0.2 | 203.12 | 0.52 | 0.59 |
| Hex | 5F | A2 | CC | 35 | 15 | 0 | 14 | CB | 34 | 3B |
| Octal | 137 | 242 | 314 | 65 | 25 | 0 | 24 | 313 | 64 | 73 |
| Binary | 1011111 | 10100010 | 11001100 | 110101 | 10101 | 0 | 10100 | 11001011 | 110100 | 111011 |
Color Harmonies of #5FA2CC
Complementary color
Monochromatic Colors of #5FA2CC
Black with #5FA2CC
Text Example
Text Example
White with #5FA2CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5FA2CC; }
p { color: rgb(95,162,204); }
H1.HeaderClassName
{
color: #5FA2CC;
}
.AnyTagClassName
{
color: #5FA2CC;
}
</style>
background-color css
<style>
a { background-color: #5FA2CC; }
a { background-color: rgb(95,162,204); }
div.DivClassName
{
background-color: #5FA2CC;
}
.BgClassName
{
background-color: #5FA2CC;
}
</style>
border-color css
<style>
span { border-color: #5FA2CC; }
span { border-color: rgb(95,162,204); }
td.TdClassName
{
border-color: #5FA2CC;
}
.TagClassName
{
border-color: #5FA2CC;
}
</style>