Shades of Picton Blue #5495D7
Tints of Picton Blue #5495D7
RGB
CMYK
RGB Variations
Color information
#5495D7 (or 0x5495D7) is known color: Picton Blue. HEX triplet: 54, 95 and D7. RGB value is (84,149,215). Sum of RGB (Red+Green+Blue) = 84+149+215=448 (59% of max value = 765). Red value is 84 (33.20% from 255 or 18.75% from 448); Green value is 149 (58.59% from 255 or 33.26% from 448); Blue value is 215 (84.38% from 255 or 47.99% from 448); Max value from RGB is 215 - color contains mainly: blue. Hex color #5495D7 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5495D7 is #AB6A28. Grayscale: #888888. Windows color (decimal): -11233833 or 14128468. OLE color: 14128468.
HSL color Cylindrical-coordinate representation of color #5495D7: hue angle of 210.23º degrees, saturation: 0.62, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #5495D7 is Cyan = 0.61, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 84 | 149 | 215 | - |
| CMYK | 0.61 | 0.31 | 0 | 0.16 |
| HSL | 210.23º | 0.62% | 0.59% | - |
| HSV(B) | 210.23º | 0.61% | 0.84% | - |
| XYZ | 26.67 | 28.29 | 68.34 | - |
| YUV | 137.09 | 171.97 | 90.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 149 | 215 | 0.61 | 0.31 | 0 | 0.16 | 210.23 | 0.62 | 0.59 |
| Hex | 54 | 95 | D7 | 3D | 1F | 0 | 10 | D2 | 3E | 3B |
| Octal | 124 | 225 | 327 | 75 | 37 | 0 | 20 | 322 | 76 | 73 |
| Binary | 1010100 | 10010101 | 11010111 | 111101 | 11111 | 0 | 10000 | 11010010 | 111110 | 111011 |
Color Harmonies of #5495D7
Complementary color
Monochromatic Colors of #5495D7
Black with #5495D7
Text Example
Text Example
White with #5495D7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5495D7; }
p { color: rgb(84,149,215); }
H1.HeaderClassName
{
color: #5495D7;
}
.AnyTagClassName
{
color: #5495D7;
}
</style>
background-color css
<style>
a { background-color: #5495D7; }
a { background-color: rgb(84,149,215); }
div.DivClassName
{
background-color: #5495D7;
}
.BgClassName
{
background-color: #5495D7;
}
</style>
border-color css
<style>
span { border-color: #5495D7; }
span { border-color: rgb(84,149,215); }
td.TdClassName
{
border-color: #5495D7;
}
.TagClassName
{
border-color: #5495D7;
}
</style>