Shades of Picton Blue #5AA4CE
Tints of Picton Blue #5AA4CE
RGB
CMYK
RGB Variations
Color information
#5AA4CE (or 0x5AA4CE) is known color: Picton Blue. HEX triplet: 5A, A4 and CE. RGB value is (90,164,206). Sum of RGB (Red+Green+Blue) = 90+164+206=460 (60% of max value = 765). Red value is 90 (35.55% from 255 or 19.57% from 460); Green value is 164 (64.45% from 255 or 35.65% from 460); Blue value is 206 (80.86% from 255 or 44.78% from 460); Max value from RGB is 206 - color contains mainly: blue. Hex color #5AA4CE is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5AA4CE is #A55B31. Grayscale: #929292. Windows color (decimal): -10836786 or 13542490. OLE color: 13542490.
HSL color Cylindrical-coordinate representation of color #5AA4CE: hue angle of 201.72º degrees, saturation: 0.54, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #5AA4CE is Cyan = 0.56, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 90 | 164 | 206 | - |
| CMYK | 0.56 | 0.20 | 0 | 0.19 |
| HSL | 201.72º | 0.54% | 0.58% | - |
| HSV(B) | 201.72º | 0.56% | 0.81% | - |
| XYZ | 28.63 | 33.18 | 63.29 | - |
| YUV | 146.66 | 161.48 | 87.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 164 | 206 | 0.56 | 0.20 | 0 | 0.19 | 201.72 | 0.54 | 0.58 |
| Hex | 5A | A4 | CE | 38 | 14 | 0 | 13 | CA | 36 | 3A |
| Octal | 132 | 244 | 316 | 70 | 24 | 0 | 23 | 312 | 66 | 72 |
| Binary | 1011010 | 10100100 | 11001110 | 111000 | 10100 | 0 | 10011 | 11001010 | 110110 | 111010 |
Color Harmonies of #5AA4CE
Complementary color
Monochromatic Colors of #5AA4CE
Black with #5AA4CE
Text Example
Text Example
White with #5AA4CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5AA4CE; }
p { color: rgb(90,164,206); }
H1.HeaderClassName
{
color: #5AA4CE;
}
.AnyTagClassName
{
color: #5AA4CE;
}
</style>
background-color css
<style>
a { background-color: #5AA4CE; }
a { background-color: rgb(90,164,206); }
div.DivClassName
{
background-color: #5AA4CE;
}
.BgClassName
{
background-color: #5AA4CE;
}
</style>
border-color css
<style>
span { border-color: #5AA4CE; }
span { border-color: rgb(90,164,206); }
td.TdClassName
{
border-color: #5AA4CE;
}
.TagClassName
{
border-color: #5AA4CE;
}
</style>