Shades of Picton Blue #5DAFCF
Tints of Picton Blue #5DAFCF
RGB
CMYK
RGB Variations
Color information
#5DAFCF (or 0x5DAFCF) is known color: Picton Blue. HEX triplet: 5D, AF and CF. RGB value is (93,175,207). Sum of RGB (Red+Green+Blue) = 93+175+207=475 (62% of max value = 765). Red value is 93 (36.72% from 255 or 19.58% from 475); Green value is 175 (68.75% from 255 or 36.84% from 475); Blue value is 207 (81.25% from 255 or 43.58% from 475); Max value from RGB is 207 - color contains mainly: blue. Hex color #5DAFCF is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5DAFCF is #A25030. Grayscale: #999999. Windows color (decimal): -10637361 or 13610845. OLE color: 13610845.
HSL color Cylindrical-coordinate representation of color #5DAFCF: hue angle of 196.84º degrees, saturation: 0.54, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #5DAFCF is Cyan = 0.55, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 93 | 175 | 207 | - |
| CMYK | 0.55 | 0.15 | 0 | 0.19 |
| HSL | 196.84º | 0.54% | 0.59% | - |
| HSV(B) | 196.84º | 0.55% | 0.81% | - |
| XYZ | 31.11 | 37.49 | 64.63 | - |
| YUV | 154.13 | 157.83 | 84.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 175 | 207 | 0.55 | 0.15 | 0 | 0.19 | 196.84 | 0.54 | 0.59 |
| Hex | 5D | AF | CF | 37 | F | 0 | 13 | C5 | 36 | 3B |
| Octal | 135 | 257 | 317 | 67 | 17 | 0 | 23 | 305 | 66 | 73 |
| Binary | 1011101 | 10101111 | 11001111 | 110111 | 1111 | 0 | 10011 | 11000101 | 110110 | 111011 |
Color Harmonies of #5DAFCF
Complementary color
Monochromatic Colors of #5DAFCF
Black with #5DAFCF
Text Example
Text Example
White with #5DAFCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5DAFCF; }
p { color: rgb(93,175,207); }
H1.HeaderClassName
{
color: #5DAFCF;
}
.AnyTagClassName
{
color: #5DAFCF;
}
</style>
background-color css
<style>
a { background-color: #5DAFCF; }
a { background-color: rgb(93,175,207); }
div.DivClassName
{
background-color: #5DAFCF;
}
.BgClassName
{
background-color: #5DAFCF;
}
</style>
border-color css
<style>
span { border-color: #5DAFCF; }
span { border-color: rgb(93,175,207); }
td.TdClassName
{
border-color: #5DAFCF;
}
.TagClassName
{
border-color: #5DAFCF;
}
</style>