Shades of Picton Blue #539ACF
Tints of Picton Blue #539ACF
RGB
CMYK
RGB Variations
Color information
#539ACF (or 0x539ACF) is known color: Picton Blue. HEX triplet: 53, 9A and CF. RGB value is (83,154,207). Sum of RGB (Red+Green+Blue) = 83+154+207=444 (58% of max value = 765). Red value is 83 (32.81% from 255 or 18.69% from 444); Green value is 154 (60.55% from 255 or 34.68% from 444); Blue value is 207 (81.25% from 255 or 46.62% from 444); Max value from RGB is 207 - color contains mainly: blue. Hex color #539ACF is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #539ACF is #AC6530. Grayscale: #8A8A8A. Windows color (decimal): -11298097 or 13605459. OLE color: 13605459.
HSL color Cylindrical-coordinate representation of color #539ACF: hue angle of 205.65º 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 #539ACF is Cyan = 0.60, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 83 | 154 | 207 | - |
| CMYK | 0.60 | 0.26 | 0 | 0.19 |
| HSL | 205.65º | 0.56% | 0.57% | - |
| HSV(B) | 205.65º | 0.6% | 0.81% | - |
| XYZ | 26.39 | 29.46 | 63.33 | - |
| YUV | 138.81 | 166.48 | 88.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 154 | 207 | 0.60 | 0.26 | 0 | 0.19 | 205.65 | 0.56 | 0.57 |
| Hex | 53 | 9A | CF | 3C | 1A | 0 | 13 | CE | 38 | 39 |
| Octal | 123 | 232 | 317 | 74 | 32 | 0 | 23 | 316 | 70 | 71 |
| Binary | 1010011 | 10011010 | 11001111 | 111100 | 11010 | 0 | 10011 | 11001110 | 111000 | 111001 |
Color Harmonies of #539ACF
Complementary color
Monochromatic Colors of #539ACF
Black with #539ACF
Text Example
Text Example
White with #539ACF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #539ACF; }
p { color: rgb(83,154,207); }
H1.HeaderClassName
{
color: #539ACF;
}
.AnyTagClassName
{
color: #539ACF;
}
</style>
background-color css
<style>
a { background-color: #539ACF; }
a { background-color: rgb(83,154,207); }
div.DivClassName
{
background-color: #539ACF;
}
.BgClassName
{
background-color: #539ACF;
}
</style>
border-color css
<style>
span { border-color: #539ACF; }
span { border-color: rgb(83,154,207); }
td.TdClassName
{
border-color: #539ACF;
}
.TagClassName
{
border-color: #539ACF;
}
</style>