Shades of Picton Blue #54A5D2
Tints of Picton Blue #54A5D2
RGB
CMYK
RGB Variations
Color information
#54A5D2 (or 0x54A5D2) is known color: Picton Blue. HEX triplet: 54, A5 and D2. RGB value is (84,165,210). Sum of RGB (Red+Green+Blue) = 84+165+210=459 (60% of max value = 765). Red value is 84 (33.20% from 255 or 18.30% from 459); Green value is 165 (64.84% from 255 or 35.95% from 459); Blue value is 210 (82.42% from 255 or 45.75% from 459); Max value from RGB is 210 - color contains mainly: blue. Hex color #54A5D2 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #54A5D2 is #AB5A2D. Grayscale: #919191. Windows color (decimal): -11229742 or 13804884. OLE color: 13804884.
HSL color Cylindrical-coordinate representation of color #54A5D2: hue angle of 201.43º degrees, saturation: 0.58, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #54A5D2 is Cyan = 0.6, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 84 | 165 | 210 | - |
| CMYK | 0.6 | 0.21 | 0 | 0.18 |
| HSL | 201.43º | 0.58% | 0.58% | - |
| HSV(B) | 201.43º | 0.6% | 0.82% | - |
| XYZ | 28.74 | 33.45 | 65.91 | - |
| YUV | 145.91 | 164.16 | 83.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 165 | 210 | 0.6 | 0.21 | 0 | 0.18 | 201.43 | 0.58 | 0.58 |
| Hex | 54 | A5 | D2 | 3C | 15 | 0 | 12 | C9 | 3A | 3A |
| Octal | 124 | 245 | 322 | 74 | 25 | 0 | 22 | 311 | 72 | 72 |
| Binary | 1010100 | 10100101 | 11010010 | 111100 | 10101 | 0 | 10010 | 11001001 | 111010 | 111010 |
Color Harmonies of #54A5D2
Complementary color
Monochromatic Colors of #54A5D2
Black with #54A5D2
Text Example
Text Example
White with #54A5D2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #54A5D2; }
p { color: rgb(84,165,210); }
H1.HeaderClassName
{
color: #54A5D2;
}
.AnyTagClassName
{
color: #54A5D2;
}
</style>
background-color css
<style>
a { background-color: #54A5D2; }
a { background-color: rgb(84,165,210); }
div.DivClassName
{
background-color: #54A5D2;
}
.BgClassName
{
background-color: #54A5D2;
}
</style>
border-color css
<style>
span { border-color: #54A5D2; }
span { border-color: rgb(84,165,210); }
td.TdClassName
{
border-color: #54A5D2;
}
.TagClassName
{
border-color: #54A5D2;
}
</style>