Shades of Picton Blue #53A1CD
Tints of Picton Blue #53A1CD
RGB
CMYK
RGB Variations
Color information
#53A1CD (or 0x53A1CD) is known color: Picton Blue. HEX triplet: 53, A1 and CD. RGB value is (83,161,205). Sum of RGB (Red+Green+Blue) = 83+161+205=449 (59% of max value = 765). Red value is 83 (32.81% from 255 or 18.49% from 449); Green value is 161 (63.28% from 255 or 35.86% from 449); Blue value is 205 (80.47% from 255 or 45.66% from 449); Max value from RGB is 205 - color contains mainly: blue. Hex color #53A1CD is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #53A1CD is #AC5E32. Grayscale: #8E8E8E. Windows color (decimal): -11296307 or 13476179. OLE color: 13476179.
HSL color Cylindrical-coordinate representation of color #53A1CD: hue angle of 201.64º degrees, saturation: 0.55, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #53A1CD is Cyan = 0.60, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 83 | 161 | 205 | - |
| CMYK | 0.60 | 0.21 | 0 | 0.20 |
| HSL | 201.64º | 0.55% | 0.56% | - |
| HSV(B) | 201.64º | 0.6% | 0.8% | - |
| XYZ | 27.33 | 31.74 | 62.44 | - |
| YUV | 142.69 | 163.16 | 85.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 161 | 205 | 0.60 | 0.21 | 0 | 0.20 | 201.64 | 0.55 | 0.56 |
| Hex | 53 | A1 | CD | 3C | 15 | 0 | 14 | CA | 37 | 38 |
| Octal | 123 | 241 | 315 | 74 | 25 | 0 | 24 | 312 | 67 | 70 |
| Binary | 1010011 | 10100001 | 11001101 | 111100 | 10101 | 0 | 10100 | 11001010 | 110111 | 111000 |
Color Harmonies of #53A1CD
Complementary color
Monochromatic Colors of #53A1CD
Black with #53A1CD
Text Example
Text Example
White with #53A1CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #53A1CD; }
p { color: rgb(83,161,205); }
H1.HeaderClassName
{
color: #53A1CD;
}
.AnyTagClassName
{
color: #53A1CD;
}
</style>
background-color css
<style>
a { background-color: #53A1CD; }
a { background-color: rgb(83,161,205); }
div.DivClassName
{
background-color: #53A1CD;
}
.BgClassName
{
background-color: #53A1CD;
}
</style>
border-color css
<style>
span { border-color: #53A1CD; }
span { border-color: rgb(83,161,205); }
td.TdClassName
{
border-color: #53A1CD;
}
.TagClassName
{
border-color: #53A1CD;
}
</style>