Shades of Picton Blue #5AA7E4
Tints of Picton Blue #5AA7E4
RGB
CMYK
RGB Variations
Color information
#5AA7E4 (or 0x5AA7E4) is known color: Picton Blue. HEX triplet: 5A, A7 and E4. RGB value is (90,167,228). Sum of RGB (Red+Green+Blue) = 90+167+228=485 (64% of max value = 765). Red value is 90 (35.55% from 255 or 18.56% from 485); Green value is 167 (65.62% from 255 or 34.43% from 485); Blue value is 228 (89.45% from 255 or 47.01% from 485); Max value from RGB is 228 - color contains mainly: blue. Hex color #5AA7E4 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5AA7E4 is #A5581B. Grayscale: #969696. Windows color (decimal): -10835996 or 14985050. OLE color: 14985050.
HSL color Cylindrical-coordinate representation of color #5AA7E4: hue angle of 206.52º degrees, saturation: 0.72, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #5AA7E4 is Cyan = 0.61, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 90 | 167 | 228 | - |
| CMYK | 0.61 | 0.27 | 0 | 0.11 |
| HSL | 206.52º | 0.72% | 0.62% | - |
| HSV(B) | 206.52º | 0.61% | 0.89% | - |
| XYZ | 32.04 | 35.41 | 78.55 | - |
| YUV | 150.93 | 171.49 | 84.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 167 | 228 | 0.61 | 0.27 | 0 | 0.11 | 206.52 | 0.72 | 0.62 |
| Hex | 5A | A7 | E4 | 3D | 1B | 0 | B | CF | 48 | 3E |
| Octal | 132 | 247 | 344 | 75 | 33 | 0 | 13 | 317 | 110 | 76 |
| Binary | 1011010 | 10100111 | 11100100 | 111101 | 11011 | 0 | 1011 | 11001111 | 1001000 | 111110 |
Color Harmonies of #5AA7E4
Complementary color
Monochromatic Colors of #5AA7E4
Black with #5AA7E4
Text Example
Text Example
White with #5AA7E4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5AA7E4; }
p { color: rgb(90,167,228); }
H1.HeaderClassName
{
color: #5AA7E4;
}
.AnyTagClassName
{
color: #5AA7E4;
}
</style>
background-color css
<style>
a { background-color: #5AA7E4; }
a { background-color: rgb(90,167,228); }
div.DivClassName
{
background-color: #5AA7E4;
}
.BgClassName
{
background-color: #5AA7E4;
}
</style>
border-color css
<style>
span { border-color: #5AA7E4; }
span { border-color: rgb(90,167,228); }
td.TdClassName
{
border-color: #5AA7E4;
}
.TagClassName
{
border-color: #5AA7E4;
}
</style>