Shades of Picton Blue #5F93D6
Tints of Picton Blue #5F93D6
RGB
CMYK
RGB Variations
Color information
#5F93D6 (or 0x5F93D6) is known color: Picton Blue. HEX triplet: 5F, 93 and D6. RGB value is (95,147,214). Sum of RGB (Red+Green+Blue) = 95+147+214=456 (60% of max value = 765). Red value is 95 (37.5% from 255 or 20.83% from 456); Green value is 147 (57.81% from 255 or 32.24% from 456); Blue value is 214 (83.98% from 255 or 46.93% from 456); Max value from RGB is 214 - color contains mainly: blue. Hex color #5F93D6 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5F93D6 is #A06C29. Grayscale: #8A8A8A. Windows color (decimal): -10513450 or 14062431. OLE color: 14062431.
HSL color Cylindrical-coordinate representation of color #5F93D6: hue angle of 213.78º degrees, saturation: 0.59, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #5F93D6 is Cyan = 0.56, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 95 | 147 | 214 | - |
| CMYK | 0.56 | 0.31 | 0 | 0.16 |
| HSL | 213.78º | 0.59% | 0.61% | - |
| HSV(B) | 213.78º | 0.56% | 0.84% | - |
| XYZ | 27.29 | 28.16 | 67.61 | - |
| YUV | 139.09 | 170.27 | 96.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 147 | 214 | 0.56 | 0.31 | 0 | 0.16 | 213.78 | 0.59 | 0.61 |
| Hex | 5F | 93 | D6 | 38 | 1F | 0 | 10 | D6 | 3B | 3D |
| Octal | 137 | 223 | 326 | 70 | 37 | 0 | 20 | 326 | 73 | 75 |
| Binary | 1011111 | 10010011 | 11010110 | 111000 | 11111 | 0 | 10000 | 11010110 | 111011 | 111101 |
Color Harmonies of #5F93D6
Complementary color
Monochromatic Colors of #5F93D6
Black with #5F93D6
Text Example
Text Example
White with #5F93D6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5F93D6; }
p { color: rgb(95,147,214); }
H1.HeaderClassName
{
color: #5F93D6;
}
.AnyTagClassName
{
color: #5F93D6;
}
</style>
background-color css
<style>
a { background-color: #5F93D6; }
a { background-color: rgb(95,147,214); }
div.DivClassName
{
background-color: #5F93D6;
}
.BgClassName
{
background-color: #5F93D6;
}
</style>
border-color css
<style>
span { border-color: #5F93D6; }
span { border-color: rgb(95,147,214); }
td.TdClassName
{
border-color: #5F93D6;
}
.TagClassName
{
border-color: #5F93D6;
}
</style>