Shades of Picton Blue #5A97CB
Tints of Picton Blue #5A97CB
RGB
CMYK
RGB Variations
Color information
#5A97CB (or 0x5A97CB) is known color: Picton Blue. HEX triplet: 5A, 97 and CB. RGB value is (90,151,203). Sum of RGB (Red+Green+Blue) = 90+151+203=444 (58% of max value = 765). Red value is 90 (35.55% from 255 or 20.27% from 444); Green value is 151 (59.38% from 255 or 34.01% from 444); Blue value is 203 (79.69% from 255 or 45.72% from 444); Max value from RGB is 203 - color contains mainly: blue. Hex color #5A97CB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5A97CB is #A56834. Grayscale: #8A8A8A. Windows color (decimal): -10840117 or 13342554. OLE color: 13342554.
HSL color Cylindrical-coordinate representation of color #5A97CB: hue angle of 207.61º degrees, saturation: 0.52, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #5A97CB is Cyan = 0.56, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 90 | 151 | 203 | - |
| CMYK | 0.56 | 0.26 | 0 | 0.20 |
| HSL | 207.61º | 0.52% | 0.57% | - |
| HSV(B) | 207.61º | 0.56% | 0.8% | - |
| XYZ | 26.06 | 28.62 | 60.65 | - |
| YUV | 138.69 | 164.29 | 93.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 151 | 203 | 0.56 | 0.26 | 0 | 0.20 | 207.61 | 0.52 | 0.57 |
| Hex | 5A | 97 | CB | 38 | 1A | 0 | 14 | D0 | 34 | 39 |
| Octal | 132 | 227 | 313 | 70 | 32 | 0 | 24 | 320 | 64 | 71 |
| Binary | 1011010 | 10010111 | 11001011 | 111000 | 11010 | 0 | 10100 | 11010000 | 110100 | 111001 |
Color Harmonies of #5A97CB
Complementary color
Monochromatic Colors of #5A97CB
Black with #5A97CB
Text Example
Text Example
White with #5A97CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A97CB; }
p { color: rgb(90,151,203); }
H1.HeaderClassName
{
color: #5A97CB;
}
.AnyTagClassName
{
color: #5A97CB;
}
</style>
background-color css
<style>
a { background-color: #5A97CB; }
a { background-color: rgb(90,151,203); }
div.DivClassName
{
background-color: #5A97CB;
}
.BgClassName
{
background-color: #5A97CB;
}
</style>
border-color css
<style>
span { border-color: #5A97CB; }
span { border-color: rgb(90,151,203); }
td.TdClassName
{
border-color: #5A97CB;
}
.TagClassName
{
border-color: #5A97CB;
}
</style>