Shades of Picton Blue #5FA5D8
Tints of Picton Blue #5FA5D8
RGB
CMYK
RGB Variations
Color information
#5FA5D8 (or 0x5FA5D8) is known color: Picton Blue. HEX triplet: 5F, A5 and D8. RGB value is (95,165,216). Sum of RGB (Red+Green+Blue) = 95+165+216=476 (63% of max value = 765). Red value is 95 (37.5% from 255 or 19.96% from 476); Green value is 165 (64.84% from 255 or 34.66% from 476); Blue value is 216 (84.77% from 255 or 45.38% from 476); Max value from RGB is 216 - color contains mainly: blue. Hex color #5FA5D8 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5FA5D8 is #A05A27. Grayscale: #959595. Windows color (decimal): -10508840 or 14198111. OLE color: 14198111.
HSL color Cylindrical-coordinate representation of color #5FA5D8: hue angle of 205.29º degrees, saturation: 0.61, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #5FA5D8 is Cyan = 0.56, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 95 | 165 | 216 | - |
| CMYK | 0.56 | 0.24 | 0 | 0.15 |
| HSL | 205.29º | 0.61% | 0.61% | - |
| HSV(B) | 205.29º | 0.56% | 0.85% | - |
| XYZ | 30.57 | 34.3 | 69.98 | - |
| YUV | 149.88 | 165.31 | 88.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 165 | 216 | 0.56 | 0.24 | 0 | 0.15 | 205.29 | 0.61 | 0.61 |
| Hex | 5F | A5 | D8 | 38 | 18 | 0 | F | CD | 3D | 3D |
| Octal | 137 | 245 | 330 | 70 | 30 | 0 | 17 | 315 | 75 | 75 |
| Binary | 1011111 | 10100101 | 11011000 | 111000 | 11000 | 0 | 1111 | 11001101 | 111101 | 111101 |
Color Harmonies of #5FA5D8
Complementary color
Monochromatic Colors of #5FA5D8
Black with #5FA5D8
Text Example
Text Example
White with #5FA5D8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5FA5D8; }
p { color: rgb(95,165,216); }
H1.HeaderClassName
{
color: #5FA5D8;
}
.AnyTagClassName
{
color: #5FA5D8;
}
</style>
background-color css
<style>
a { background-color: #5FA5D8; }
a { background-color: rgb(95,165,216); }
div.DivClassName
{
background-color: #5FA5D8;
}
.BgClassName
{
background-color: #5FA5D8;
}
</style>
border-color css
<style>
span { border-color: #5FA5D8; }
span { border-color: rgb(95,165,216); }
td.TdClassName
{
border-color: #5FA5D8;
}
.TagClassName
{
border-color: #5FA5D8;
}
</style>