Shades of Picton Blue #53A8E7
Tints of Picton Blue #53A8E7
RGB
CMYK
RGB Variations
Color information
#53A8E7 (or 0x53A8E7) is known color: Picton Blue. HEX triplet: 53, A8 and E7. RGB value is (83,168,231). Sum of RGB (Red+Green+Blue) = 83+168+231=482 (63% of max value = 765). Red value is 83 (32.81% from 255 or 17.22% from 482); Green value is 168 (66.02% from 255 or 34.85% from 482); Blue value is 231 (90.62% from 255 or 47.93% from 482); Max value from RGB is 231 - color contains mainly: blue. Hex color #53A8E7 is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #53A8E7 is #AC5718. Grayscale: #959595. Windows color (decimal): -11294489 or 15181907. OLE color: 15181907.
HSL color Cylindrical-coordinate representation of color #53A8E7: hue angle of 205.54º degrees, saturation: 0.76, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #53A8E7 is Cyan = 0.64, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 83 | 168 | 231 | - |
| CMYK | 0.64 | 0.27 | 0 | 0.09 |
| HSL | 205.54º | 0.76% | 0.62% | - |
| HSV(B) | 205.54º | 0.64% | 0.91% | - |
| XYZ | 31.99 | 35.61 | 80.79 | - |
| YUV | 149.77 | 173.84 | 80.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 168 | 231 | 0.64 | 0.27 | 0 | 0.09 | 205.54 | 0.76 | 0.62 |
| Hex | 53 | A8 | E7 | 40 | 1B | 0 | 9 | CE | 4C | 3E |
| Octal | 123 | 250 | 347 | 100 | 33 | 0 | 11 | 316 | 114 | 76 |
| Binary | 1010011 | 10101000 | 11100111 | 1000000 | 11011 | 0 | 1001 | 11001110 | 1001100 | 111110 |
Color Harmonies of #53A8E7
Complementary color
Monochromatic Colors of #53A8E7
Black with #53A8E7
Text Example
Text Example
White with #53A8E7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #53A8E7; }
p { color: rgb(83,168,231); }
H1.HeaderClassName
{
color: #53A8E7;
}
.AnyTagClassName
{
color: #53A8E7;
}
</style>
background-color css
<style>
a { background-color: #53A8E7; }
a { background-color: rgb(83,168,231); }
div.DivClassName
{
background-color: #53A8E7;
}
.BgClassName
{
background-color: #53A8E7;
}
</style>
border-color css
<style>
span { border-color: #53A8E7; }
span { border-color: rgb(83,168,231); }
td.TdClassName
{
border-color: #53A8E7;
}
.TagClassName
{
border-color: #53A8E7;
}
</style>