Shades of Picton Blue #53A5CF
Tints of Picton Blue #53A5CF
RGB
CMYK
RGB Variations
Color information
#53A5CF (or 0x53A5CF) is known color: Picton Blue. HEX triplet: 53, A5 and CF. RGB value is (83,165,207). Sum of RGB (Red+Green+Blue) = 83+165+207=455 (60% of max value = 765). Red value is 83 (32.81% from 255 or 18.24% from 455); Green value is 165 (64.84% from 255 or 36.26% from 455); Blue value is 207 (81.25% from 255 or 45.49% from 455); Max value from RGB is 207 - color contains mainly: blue. Hex color #53A5CF is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #53A5CF is #AC5A30. Grayscale: #919191. Windows color (decimal): -11295281 or 13608275. OLE color: 13608275.
HSL color Cylindrical-coordinate representation of color #53A5CF: hue angle of 200.32º degrees, saturation: 0.56, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #53A5CF is Cyan = 0.60, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 83 | 165 | 207 | - |
| CMYK | 0.60 | 0.20 | 0 | 0.19 |
| HSL | 200.32º | 0.56% | 0.57% | - |
| HSV(B) | 200.32º | 0.6% | 0.81% | - |
| XYZ | 28.28 | 33.25 | 63.96 | - |
| YUV | 145.27 | 162.83 | 83.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 165 | 207 | 0.60 | 0.20 | 0 | 0.19 | 200.32 | 0.56 | 0.57 |
| Hex | 53 | A5 | CF | 3C | 14 | 0 | 13 | C8 | 38 | 39 |
| Octal | 123 | 245 | 317 | 74 | 24 | 0 | 23 | 310 | 70 | 71 |
| Binary | 1010011 | 10100101 | 11001111 | 111100 | 10100 | 0 | 10011 | 11001000 | 111000 | 111001 |
Color Harmonies of #53A5CF
Complementary color
Monochromatic Colors of #53A5CF
Black with #53A5CF
Text Example
Text Example
White with #53A5CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #53A5CF; }
p { color: rgb(83,165,207); }
H1.HeaderClassName
{
color: #53A5CF;
}
.AnyTagClassName
{
color: #53A5CF;
}
</style>
background-color css
<style>
a { background-color: #53A5CF; }
a { background-color: rgb(83,165,207); }
div.DivClassName
{
background-color: #53A5CF;
}
.BgClassName
{
background-color: #53A5CF;
}
</style>
border-color css
<style>
span { border-color: #53A5CF; }
span { border-color: rgb(83,165,207); }
td.TdClassName
{
border-color: #53A5CF;
}
.TagClassName
{
border-color: #53A5CF;
}
</style>