Shades of Picton Blue #5FA3CC
Tints of Picton Blue #5FA3CC
RGB
CMYK
RGB Variations
Color information
#5FA3CC (or 0x5FA3CC) is known color: Picton Blue. HEX triplet: 5F, A3 and CC. RGB value is (95,163,204). Sum of RGB (Red+Green+Blue) = 95+163+204=462 (61% of max value = 765). Red value is 95 (37.5% from 255 or 20.56% from 462); Green value is 163 (64.06% from 255 or 35.28% from 462); Blue value is 204 (80.08% from 255 or 44.16% from 462); Max value from RGB is 204 - color contains mainly: blue. Hex color #5FA3CC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5FA3CC is #A05C33. Grayscale: #939393. Windows color (decimal): -10509364 or 13411167. OLE color: 13411167.
HSL color Cylindrical-coordinate representation of color #5FA3CC: hue angle of 202.57º 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 #5FA3CC is Cyan = 0.53, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 95 | 163 | 204 | - |
| CMYK | 0.53 | 0.20 | 0 | 0.2 |
| HSL | 202.57º | 0.52% | 0.59% | - |
| HSV(B) | 202.57º | 0.53% | 0.8% | - |
| XYZ | 28.72 | 32.99 | 61.98 | - |
| YUV | 147.34 | 159.97 | 90.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 163 | 204 | 0.53 | 0.20 | 0 | 0.2 | 202.57 | 0.52 | 0.59 |
| Hex | 5F | A3 | CC | 35 | 14 | 0 | 14 | CB | 34 | 3B |
| Octal | 137 | 243 | 314 | 65 | 24 | 0 | 24 | 313 | 64 | 73 |
| Binary | 1011111 | 10100011 | 11001100 | 110101 | 10100 | 0 | 10100 | 11001011 | 110100 | 111011 |
Color Harmonies of #5FA3CC
Complementary color
Monochromatic Colors of #5FA3CC
Black with #5FA3CC
Text Example
Text Example
White with #5FA3CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5FA3CC; }
p { color: rgb(95,163,204); }
H1.HeaderClassName
{
color: #5FA3CC;
}
.AnyTagClassName
{
color: #5FA3CC;
}
</style>
background-color css
<style>
a { background-color: #5FA3CC; }
a { background-color: rgb(95,163,204); }
div.DivClassName
{
background-color: #5FA3CC;
}
.BgClassName
{
background-color: #5FA3CC;
}
</style>
border-color css
<style>
span { border-color: #5FA3CC; }
span { border-color: rgb(95,163,204); }
td.TdClassName
{
border-color: #5FA3CC;
}
.TagClassName
{
border-color: #5FA3CC;
}
</style>