Shades of Picton Blue #5397C3
Tints of Picton Blue #5397C3
RGB
CMYK
RGB Variations
Color information
#5397C3 (or 0x5397C3) is known color: Picton Blue. HEX triplet: 53, 97 and C3. RGB value is (83,151,195). Sum of RGB (Red+Green+Blue) = 83+151+195=429 (56% of max value = 765). Red value is 83 (32.81% from 255 or 19.35% from 429); Green value is 151 (59.38% from 255 or 35.20% from 429); Blue value is 195 (76.56% from 255 or 45.45% from 429); Max value from RGB is 195 - color contains mainly: blue. Hex color #5397C3 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5397C3 is #AC683C. Grayscale: #878787. Windows color (decimal): -11298877 or 12818259. OLE color: 12818259.
HSL color Cylindrical-coordinate representation of color #5397C3: hue angle of 203.57º degrees, saturation: 0.48, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #5397C3 is Cyan = 0.57, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 83 | 151 | 195 | - |
| CMYK | 0.57 | 0.23 | 0 | 0.24 |
| HSL | 203.57º | 0.48% | 0.55% | - |
| HSV(B) | 203.57º | 0.57% | 0.76% | - |
| XYZ | 24.48 | 27.91 | 55.73 | - |
| YUV | 135.68 | 161.47 | 90.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 151 | 195 | 0.57 | 0.23 | 0 | 0.24 | 203.57 | 0.48 | 0.55 |
| Hex | 53 | 97 | C3 | 39 | 17 | 0 | 18 | CC | 30 | 37 |
| Octal | 123 | 227 | 303 | 71 | 27 | 0 | 30 | 314 | 60 | 67 |
| Binary | 1010011 | 10010111 | 11000011 | 111001 | 10111 | 0 | 11000 | 11001100 | 110000 | 110111 |
Color Harmonies of #5397C3
Complementary color
Monochromatic Colors of #5397C3
Black with #5397C3
Text Example
Text Example
White with #5397C3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5397C3; }
p { color: rgb(83,151,195); }
H1.HeaderClassName
{
color: #5397C3;
}
.AnyTagClassName
{
color: #5397C3;
}
</style>
background-color css
<style>
a { background-color: #5397C3; }
a { background-color: rgb(83,151,195); }
div.DivClassName
{
background-color: #5397C3;
}
.BgClassName
{
background-color: #5397C3;
}
</style>
border-color css
<style>
span { border-color: #5397C3; }
span { border-color: rgb(83,151,195); }
td.TdClassName
{
border-color: #5397C3;
}
.TagClassName
{
border-color: #5397C3;
}
</style>