Shades of Picton Blue #5FAECE
Tints of Picton Blue #5FAECE
RGB
CMYK
RGB Variations
Color information
#5FAECE (or 0x5FAECE) is known color: Picton Blue. HEX triplet: 5F, AE and CE. RGB value is (95,174,206). Sum of RGB (Red+Green+Blue) = 95+174+206=475 (62% of max value = 765). Red value is 95 (37.5% from 255 or 20% from 475); Green value is 174 (68.36% from 255 or 36.63% from 475); Blue value is 206 (80.86% from 255 or 43.37% from 475); Max value from RGB is 206 - color contains mainly: blue. Hex color #5FAECE is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5FAECE is #A05131. Grayscale: #999999. Windows color (decimal): -10506546 or 13545055. OLE color: 13545055.
HSL color Cylindrical-coordinate representation of color #5FAECE: hue angle of 197.3º degrees, saturation: 0.53, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #5FAECE is Cyan = 0.54, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 95 | 174 | 206 | - |
| CMYK | 0.54 | 0.16 | 0 | 0.19 |
| HSL | 197.3º | 0.53% | 0.59% | - |
| HSV(B) | 197.3º | 0.54% | 0.81% | - |
| XYZ | 31 | 37.16 | 63.93 | - |
| YUV | 154.03 | 157.33 | 85.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 174 | 206 | 0.54 | 0.16 | 0 | 0.19 | 197.3 | 0.53 | 0.59 |
| Hex | 5F | AE | CE | 36 | 10 | 0 | 13 | C5 | 35 | 3B |
| Octal | 137 | 256 | 316 | 66 | 20 | 0 | 23 | 305 | 65 | 73 |
| Binary | 1011111 | 10101110 | 11001110 | 110110 | 10000 | 0 | 10011 | 11000101 | 110101 | 111011 |
Color Harmonies of #5FAECE
Complementary color
Monochromatic Colors of #5FAECE
Black with #5FAECE
Text Example
Text Example
White with #5FAECE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5FAECE; }
p { color: rgb(95,174,206); }
H1.HeaderClassName
{
color: #5FAECE;
}
.AnyTagClassName
{
color: #5FAECE;
}
</style>
background-color css
<style>
a { background-color: #5FAECE; }
a { background-color: rgb(95,174,206); }
div.DivClassName
{
background-color: #5FAECE;
}
.BgClassName
{
background-color: #5FAECE;
}
</style>
border-color css
<style>
span { border-color: #5FAECE; }
span { border-color: rgb(95,174,206); }
td.TdClassName
{
border-color: #5FAECE;
}
.TagClassName
{
border-color: #5FAECE;
}
</style>