Shades of Picton Blue #53ADDC
Tints of Picton Blue #53ADDC
RGB
CMYK
RGB Variations
Color information
#53ADDC (or 0x53ADDC) is known color: Picton Blue. HEX triplet: 53, AD and DC. RGB value is (83,173,220). Sum of RGB (Red+Green+Blue) = 83+173+220=476 (63% of max value = 765). Red value is 83 (32.81% from 255 or 17.44% from 476); Green value is 173 (67.97% from 255 or 36.34% from 476); Blue value is 220 (86.33% from 255 or 46.22% from 476); Max value from RGB is 220 - color contains mainly: blue. Hex color #53ADDC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #53ADDC is #AC5223. Grayscale: #979797. Windows color (decimal): -11293220 or 14462291. OLE color: 14462291.
HSL color Cylindrical-coordinate representation of color #53ADDC: hue angle of 200.58º degrees, saturation: 0.66, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #53ADDC is Cyan = 0.62, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 83 | 173 | 220 | - |
| CMYK | 0.62 | 0.21 | 0 | 0.14 |
| HSL | 200.58º | 0.66% | 0.59% | - |
| HSV(B) | 200.58º | 0.62% | 0.86% | - |
| XYZ | 31.43 | 36.89 | 73.17 | - |
| YUV | 151.45 | 166.68 | 79.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 173 | 220 | 0.62 | 0.21 | 0 | 0.14 | 200.58 | 0.66 | 0.59 |
| Hex | 53 | AD | DC | 3E | 15 | 0 | E | C9 | 42 | 3B |
| Octal | 123 | 255 | 334 | 76 | 25 | 0 | 16 | 311 | 102 | 73 |
| Binary | 1010011 | 10101101 | 11011100 | 111110 | 10101 | 0 | 1110 | 11001001 | 1000010 | 111011 |
Color Harmonies of #53ADDC
Complementary color
Monochromatic Colors of #53ADDC
Black with #53ADDC
Text Example
Text Example
White with #53ADDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #53ADDC; }
p { color: rgb(83,173,220); }
H1.HeaderClassName
{
color: #53ADDC;
}
.AnyTagClassName
{
color: #53ADDC;
}
</style>
background-color css
<style>
a { background-color: #53ADDC; }
a { background-color: rgb(83,173,220); }
div.DivClassName
{
background-color: #53ADDC;
}
.BgClassName
{
background-color: #53ADDC;
}
</style>
border-color css
<style>
span { border-color: #53ADDC; }
span { border-color: rgb(83,173,220); }
td.TdClassName
{
border-color: #53ADDC;
}
.TagClassName
{
border-color: #53ADDC;
}
</style>