Shades of Picton Blue #5393CC
Tints of Picton Blue #5393CC
RGB
CMYK
RGB Variations
Color information
#5393CC (or 0x5393CC) is known color: Picton Blue. HEX triplet: 53, 93 and CC. RGB value is (83,147,204). Sum of RGB (Red+Green+Blue) = 83+147+204=434 (57% of max value = 765). Red value is 83 (32.81% from 255 or 19.12% from 434); Green value is 147 (57.81% from 255 or 33.87% from 434); Blue value is 204 (80.08% from 255 or 47.00% from 434); Max value from RGB is 204 - color contains mainly: blue. Hex color #5393CC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5393CC is #AC6C33. Grayscale: #868686. Windows color (decimal): -11299892 or 13407059. OLE color: 13407059.
HSL color Cylindrical-coordinate representation of color #5393CC: hue angle of 208.26º degrees, saturation: 0.54, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #5393CC is Cyan = 0.59, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 83 | 147 | 204 | - |
| CMYK | 0.59 | 0.28 | 0 | 0.2 |
| HSL | 208.26º | 0.54% | 0.56% | - |
| HSV(B) | 208.26º | 0.59% | 0.8% | - |
| XYZ | 24.9 | 27.07 | 61.04 | - |
| YUV | 134.36 | 167.3 | 91.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 147 | 204 | 0.59 | 0.28 | 0 | 0.2 | 208.26 | 0.54 | 0.56 |
| Hex | 53 | 93 | CC | 3B | 1C | 0 | 14 | D0 | 36 | 38 |
| Octal | 123 | 223 | 314 | 73 | 34 | 0 | 24 | 320 | 66 | 70 |
| Binary | 1010011 | 10010011 | 11001100 | 111011 | 11100 | 0 | 10100 | 11010000 | 110110 | 111000 |
Color Harmonies of #5393CC
Complementary color
Monochromatic Colors of #5393CC
Black with #5393CC
Text Example
Text Example
White with #5393CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5393CC; }
p { color: rgb(83,147,204); }
H1.HeaderClassName
{
color: #5393CC;
}
.AnyTagClassName
{
color: #5393CC;
}
</style>
background-color css
<style>
a { background-color: #5393CC; }
a { background-color: rgb(83,147,204); }
div.DivClassName
{
background-color: #5393CC;
}
.BgClassName
{
background-color: #5393CC;
}
</style>
border-color css
<style>
span { border-color: #5393CC; }
span { border-color: rgb(83,147,204); }
td.TdClassName
{
border-color: #5393CC;
}
.TagClassName
{
border-color: #5393CC;
}
</style>