Shades of Picton Blue #5FA5CC
Tints of Picton Blue #5FA5CC
RGB
CMYK
RGB Variations
Color information
#5FA5CC (or 0x5FA5CC) is known color: Picton Blue. HEX triplet: 5F, A5 and CC. RGB value is (95,165,204). Sum of RGB (Red+Green+Blue) = 95+165+204=464 (61% of max value = 765). Red value is 95 (37.5% from 255 or 20.47% from 464); Green value is 165 (64.84% from 255 or 35.56% from 464); Blue value is 204 (80.08% from 255 or 43.97% from 464); Max value from RGB is 204 - color contains mainly: blue. Hex color #5FA5CC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5FA5CC is #A05A33. Grayscale: #949494. Windows color (decimal): -10508852 or 13411679. OLE color: 13411679.
HSL color Cylindrical-coordinate representation of color #5FA5CC: hue angle of 201.47º 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 #5FA5CC is Cyan = 0.53, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 95 | 165 | 204 | - |
| CMYK | 0.53 | 0.19 | 0 | 0.2 |
| HSL | 201.47º | 0.52% | 0.59% | - |
| HSV(B) | 201.47º | 0.53% | 0.8% | - |
| XYZ | 29.07 | 33.7 | 62.1 | - |
| YUV | 148.52 | 159.31 | 89.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 165 | 204 | 0.53 | 0.19 | 0 | 0.2 | 201.47 | 0.52 | 0.59 |
| Hex | 5F | A5 | CC | 35 | 13 | 0 | 14 | C9 | 34 | 3B |
| Octal | 137 | 245 | 314 | 65 | 23 | 0 | 24 | 311 | 64 | 73 |
| Binary | 1011111 | 10100101 | 11001100 | 110101 | 10011 | 0 | 10100 | 11001001 | 110100 | 111011 |
Color Harmonies of #5FA5CC
Complementary color
Monochromatic Colors of #5FA5CC
Black with #5FA5CC
Text Example
Text Example
White with #5FA5CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5FA5CC; }
p { color: rgb(95,165,204); }
H1.HeaderClassName
{
color: #5FA5CC;
}
.AnyTagClassName
{
color: #5FA5CC;
}
</style>
background-color css
<style>
a { background-color: #5FA5CC; }
a { background-color: rgb(95,165,204); }
div.DivClassName
{
background-color: #5FA5CC;
}
.BgClassName
{
background-color: #5FA5CC;
}
</style>
border-color css
<style>
span { border-color: #5FA5CC; }
span { border-color: rgb(95,165,204); }
td.TdClassName
{
border-color: #5FA5CC;
}
.TagClassName
{
border-color: #5FA5CC;
}
</style>