Shades of Picton Blue #5FA8CD
Tints of Picton Blue #5FA8CD
RGB
CMYK
RGB Variations
Color information
#5FA8CD (or 0x5FA8CD) is known color: Picton Blue. HEX triplet: 5F, A8 and CD. RGB value is (95,168,205). Sum of RGB (Red+Green+Blue) = 95+168+205=468 (61% of max value = 765). Red value is 95 (37.5% from 255 or 20.30% from 468); Green value is 168 (66.02% from 255 or 35.90% from 468); Blue value is 205 (80.47% from 255 or 43.80% from 468); Max value from RGB is 205 - color contains mainly: blue. Hex color #5FA8CD is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5FA8CD is #A05732. Grayscale: #969696. Windows color (decimal): -10508083 or 13477983. OLE color: 13477983.
HSL color Cylindrical-coordinate representation of color #5FA8CD: hue angle of 200.18º degrees, saturation: 0.52, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #5FA8CD is Cyan = 0.54, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 95 | 168 | 205 | - |
| CMYK | 0.54 | 0.18 | 0 | 0.20 |
| HSL | 200.18º | 0.52% | 0.59% | - |
| HSV(B) | 200.18º | 0.54% | 0.8% | - |
| XYZ | 29.74 | 34.85 | 62.92 | - |
| YUV | 150.39 | 158.82 | 88.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 168 | 205 | 0.54 | 0.18 | 0 | 0.20 | 200.18 | 0.52 | 0.59 |
| Hex | 5F | A8 | CD | 36 | 12 | 0 | 14 | C8 | 34 | 3B |
| Octal | 137 | 250 | 315 | 66 | 22 | 0 | 24 | 310 | 64 | 73 |
| Binary | 1011111 | 10101000 | 11001101 | 110110 | 10010 | 0 | 10100 | 11001000 | 110100 | 111011 |
Color Harmonies of #5FA8CD
Complementary color
Monochromatic Colors of #5FA8CD
Black with #5FA8CD
Text Example
Text Example
White with #5FA8CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5FA8CD; }
p { color: rgb(95,168,205); }
H1.HeaderClassName
{
color: #5FA8CD;
}
.AnyTagClassName
{
color: #5FA8CD;
}
</style>
background-color css
<style>
a { background-color: #5FA8CD; }
a { background-color: rgb(95,168,205); }
div.DivClassName
{
background-color: #5FA8CD;
}
.BgClassName
{
background-color: #5FA8CD;
}
</style>
border-color css
<style>
span { border-color: #5FA8CD; }
span { border-color: rgb(95,168,205); }
td.TdClassName
{
border-color: #5FA8CD;
}
.TagClassName
{
border-color: #5FA8CD;
}
</style>