Shades of Picton Blue #5FAFD2
Tints of Picton Blue #5FAFD2
RGB
CMYK
RGB Variations
Color information
#5FAFD2 (or 0x5FAFD2) is known color: Picton Blue. HEX triplet: 5F, AF and D2. RGB value is (95,175,210). Sum of RGB (Red+Green+Blue) = 95+175+210=480 (63% of max value = 765). Red value is 95 (37.5% from 255 or 19.79% from 480); Green value is 175 (68.75% from 255 or 36.46% from 480); Blue value is 210 (82.42% from 255 or 43.75% from 480); Max value from RGB is 210 - color contains mainly: blue. Hex color #5FAFD2 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5FAFD2 is #A0502D. Grayscale: #9A9A9A. Windows color (decimal): -10506286 or 13807455. OLE color: 13807455.
HSL color Cylindrical-coordinate representation of color #5FAFD2: hue angle of 198.26º degrees, saturation: 0.56, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #5FAFD2 is Cyan = 0.55, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 95 | 175 | 210 | - |
| CMYK | 0.55 | 0.17 | 0 | 0.18 |
| HSL | 198.26º | 0.56% | 0.6% | - |
| HSV(B) | 198.26º | 0.55% | 0.82% | - |
| XYZ | 31.68 | 37.75 | 66.59 | - |
| YUV | 155.07 | 159 | 85.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 175 | 210 | 0.55 | 0.17 | 0 | 0.18 | 198.26 | 0.56 | 0.6 |
| Hex | 5F | AF | D2 | 37 | 11 | 0 | 12 | C6 | 38 | 3C |
| Octal | 137 | 257 | 322 | 67 | 21 | 0 | 22 | 306 | 70 | 74 |
| Binary | 1011111 | 10101111 | 11010010 | 110111 | 10001 | 0 | 10010 | 11000110 | 111000 | 111100 |
Color Harmonies of #5FAFD2
Complementary color
Monochromatic Colors of #5FAFD2
Black with #5FAFD2
Text Example
Text Example
White with #5FAFD2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5FAFD2; }
p { color: rgb(95,175,210); }
H1.HeaderClassName
{
color: #5FAFD2;
}
.AnyTagClassName
{
color: #5FAFD2;
}
</style>
background-color css
<style>
a { background-color: #5FAFD2; }
a { background-color: rgb(95,175,210); }
div.DivClassName
{
background-color: #5FAFD2;
}
.BgClassName
{
background-color: #5FAFD2;
}
</style>
border-color css
<style>
span { border-color: #5FAFD2; }
span { border-color: rgb(95,175,210); }
td.TdClassName
{
border-color: #5FAFD2;
}
.TagClassName
{
border-color: #5FAFD2;
}
</style>