Shades of Picton Blue #5A95CA
Tints of Picton Blue #5A95CA
RGB
CMYK
RGB Variations
Color information
#5A95CA (or 0x5A95CA) is known color: Picton Blue. HEX triplet: 5A, 95 and CA. RGB value is (90,149,202). Sum of RGB (Red+Green+Blue) = 90+149+202=441 (58% of max value = 765). Red value is 90 (35.55% from 255 or 20.41% from 441); Green value is 149 (58.59% from 255 or 33.79% from 441); Blue value is 202 (79.30% from 255 or 45.80% from 441); Max value from RGB is 202 - color contains mainly: blue. Hex color #5A95CA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5A95CA is #A56A35. Grayscale: #898989. Windows color (decimal): -10840630 or 13276506. OLE color: 13276506.
HSL color Cylindrical-coordinate representation of color #5A95CA: hue angle of 208.39º degrees, saturation: 0.51, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #5A95CA is Cyan = 0.55, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 90 | 149 | 202 | - |
| CMYK | 0.55 | 0.26 | 0 | 0.21 |
| HSL | 208.39º | 0.51% | 0.57% | - |
| HSV(B) | 208.39º | 0.55% | 0.79% | - |
| XYZ | 25.62 | 27.93 | 59.92 | - |
| YUV | 137.4 | 164.45 | 94.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 149 | 202 | 0.55 | 0.26 | 0 | 0.21 | 208.39 | 0.51 | 0.57 |
| Hex | 5A | 95 | CA | 37 | 1A | 0 | 15 | D0 | 33 | 39 |
| Octal | 132 | 225 | 312 | 67 | 32 | 0 | 25 | 320 | 63 | 71 |
| Binary | 1011010 | 10010101 | 11001010 | 110111 | 11010 | 0 | 10101 | 11010000 | 110011 | 111001 |
Color Harmonies of #5A95CA
Complementary color
Monochromatic Colors of #5A95CA
Black with #5A95CA
Text Example
Text Example
White with #5A95CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A95CA; }
p { color: rgb(90,149,202); }
H1.HeaderClassName
{
color: #5A95CA;
}
.AnyTagClassName
{
color: #5A95CA;
}
</style>
background-color css
<style>
a { background-color: #5A95CA; }
a { background-color: rgb(90,149,202); }
div.DivClassName
{
background-color: #5A95CA;
}
.BgClassName
{
background-color: #5A95CA;
}
</style>
border-color css
<style>
span { border-color: #5A95CA; }
span { border-color: rgb(90,149,202); }
td.TdClassName
{
border-color: #5A95CA;
}
.TagClassName
{
border-color: #5A95CA;
}
</style>