Shades of Picton Blue #539CC4
Tints of Picton Blue #539CC4
RGB
CMYK
RGB Variations
Color information
#539CC4 (or 0x539CC4) is known color: Picton Blue. HEX triplet: 53, 9C and C4. RGB value is (83,156,196). Sum of RGB (Red+Green+Blue) = 83+156+196=435 (57% of max value = 765). Red value is 83 (32.81% from 255 or 19.08% from 435); Green value is 156 (61.33% from 255 or 35.86% from 435); Blue value is 196 (76.95% from 255 or 45.06% from 435); Max value from RGB is 196 - color contains mainly: blue. Hex color #539CC4 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #539CC4 is #AC633B. Grayscale: #8A8A8A. Windows color (decimal): -11297596 or 12885075. OLE color: 12885075.
HSL color Cylindrical-coordinate representation of color #539CC4: hue angle of 201.24º degrees, saturation: 0.49, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #539CC4 is Cyan = 0.58, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 83 | 156 | 196 | - |
| CMYK | 0.58 | 0.20 | 0 | 0.23 |
| HSL | 201.24º | 0.49% | 0.55% | - |
| HSV(B) | 201.24º | 0.58% | 0.77% | - |
| XYZ | 25.42 | 29.6 | 56.6 | - |
| YUV | 138.73 | 160.32 | 88.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 156 | 196 | 0.58 | 0.20 | 0 | 0.23 | 201.24 | 0.49 | 0.55 |
| Hex | 53 | 9C | C4 | 3A | 14 | 0 | 17 | C9 | 31 | 37 |
| Octal | 123 | 234 | 304 | 72 | 24 | 0 | 27 | 311 | 61 | 67 |
| Binary | 1010011 | 10011100 | 11000100 | 111010 | 10100 | 0 | 10111 | 11001001 | 110001 | 110111 |
Color Harmonies of #539CC4
Complementary color
Monochromatic Colors of #539CC4
Black with #539CC4
Text Example
Text Example
White with #539CC4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #539CC4; }
p { color: rgb(83,156,196); }
H1.HeaderClassName
{
color: #539CC4;
}
.AnyTagClassName
{
color: #539CC4;
}
</style>
background-color css
<style>
a { background-color: #539CC4; }
a { background-color: rgb(83,156,196); }
div.DivClassName
{
background-color: #539CC4;
}
.BgClassName
{
background-color: #539CC4;
}
</style>
border-color css
<style>
span { border-color: #539CC4; }
span { border-color: rgb(83,156,196); }
td.TdClassName
{
border-color: #539CC4;
}
.TagClassName
{
border-color: #539CC4;
}
</style>