Shades of Picton Blue #539CCD
Tints of Picton Blue #539CCD
RGB
CMYK
RGB Variations
Color information
#539CCD (or 0x539CCD) is known color: Picton Blue. HEX triplet: 53, 9C and CD. RGB value is (83,156,205). Sum of RGB (Red+Green+Blue) = 83+156+205=444 (58% of max value = 765). Red value is 83 (32.81% from 255 or 18.69% from 444); Green value is 156 (61.33% from 255 or 35.14% from 444); Blue value is 205 (80.47% from 255 or 46.17% from 444); Max value from RGB is 205 - color contains mainly: blue. Hex color #539CCD is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #539CCD is #AC6332. Grayscale: #8B8B8B. Windows color (decimal): -11297587 or 13474899. OLE color: 13474899.
HSL color Cylindrical-coordinate representation of color #539CCD: hue angle of 204.1º 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 #539CCD is Cyan = 0.60, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 83 | 156 | 205 | - |
| CMYK | 0.60 | 0.24 | 0 | 0.20 |
| HSL | 204.1º | 0.55% | 0.56% | - |
| HSV(B) | 204.1º | 0.6% | 0.8% | - |
| XYZ | 26.48 | 30.02 | 62.16 | - |
| YUV | 139.76 | 164.82 | 87.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 156 | 205 | 0.60 | 0.24 | 0 | 0.20 | 204.1 | 0.55 | 0.56 |
| Hex | 53 | 9C | CD | 3C | 18 | 0 | 14 | CC | 37 | 38 |
| Octal | 123 | 234 | 315 | 74 | 30 | 0 | 24 | 314 | 67 | 70 |
| Binary | 1010011 | 10011100 | 11001101 | 111100 | 11000 | 0 | 10100 | 11001100 | 110111 | 111000 |
Color Harmonies of #539CCD
Complementary color
Monochromatic Colors of #539CCD
Black with #539CCD
Text Example
Text Example
White with #539CCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #539CCD; }
p { color: rgb(83,156,205); }
H1.HeaderClassName
{
color: #539CCD;
}
.AnyTagClassName
{
color: #539CCD;
}
</style>
background-color css
<style>
a { background-color: #539CCD; }
a { background-color: rgb(83,156,205); }
div.DivClassName
{
background-color: #539CCD;
}
.BgClassName
{
background-color: #539CCD;
}
</style>
border-color css
<style>
span { border-color: #539CCD; }
span { border-color: rgb(83,156,205); }
td.TdClassName
{
border-color: #539CCD;
}
.TagClassName
{
border-color: #539CCD;
}
</style>