Shades of Picton Blue #5A93CC
Tints of Picton Blue #5A93CC
RGB
CMYK
RGB Variations
Color information
#5A93CC (or 0x5A93CC) is known color: Picton Blue. HEX triplet: 5A, 93 and CC. RGB value is (90,147,204). Sum of RGB (Red+Green+Blue) = 90+147+204=441 (58% of max value = 765). Red value is 90 (35.55% from 255 or 20.41% from 441); Green value is 147 (57.81% from 255 or 33.33% from 441); Blue value is 204 (80.08% from 255 or 46.26% from 441); Max value from RGB is 204 - color contains mainly: blue. Hex color #5A93CC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5A93CC is #A56C33. Grayscale: #888888. Windows color (decimal): -10841140 or 13407066. OLE color: 13407066.
HSL color Cylindrical-coordinate representation of color #5A93CC: hue angle of 210º degrees, saturation: 0.53, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #5A93CC is Cyan = 0.56, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 90 | 147 | 204 | - |
| CMYK | 0.56 | 0.28 | 0 | 0.2 |
| HSL | 210º | 0.53% | 0.58% | - |
| HSV(B) | 210º | 0.56% | 0.8% | - |
| XYZ | 25.55 | 27.4 | 61.07 | - |
| YUV | 136.46 | 166.12 | 94.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 147 | 204 | 0.56 | 0.28 | 0 | 0.2 | 210 | 0.53 | 0.58 |
| Hex | 5A | 93 | CC | 38 | 1C | 0 | 14 | D2 | 35 | 3A |
| Octal | 132 | 223 | 314 | 70 | 34 | 0 | 24 | 322 | 65 | 72 |
| Binary | 1011010 | 10010011 | 11001100 | 111000 | 11100 | 0 | 10100 | 11010010 | 110101 | 111010 |
Color Harmonies of #5A93CC
Complementary color
Monochromatic Colors of #5A93CC
Black with #5A93CC
Text Example
Text Example
White with #5A93CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A93CC; }
p { color: rgb(90,147,204); }
H1.HeaderClassName
{
color: #5A93CC;
}
.AnyTagClassName
{
color: #5A93CC;
}
</style>
background-color css
<style>
a { background-color: #5A93CC; }
a { background-color: rgb(90,147,204); }
div.DivClassName
{
background-color: #5A93CC;
}
.BgClassName
{
background-color: #5A93CC;
}
</style>
border-color css
<style>
span { border-color: #5A93CC; }
span { border-color: rgb(90,147,204); }
td.TdClassName
{
border-color: #5A93CC;
}
.TagClassName
{
border-color: #5A93CC;
}
</style>