Shades of Picton Blue #54A5CF
Tints of Picton Blue #54A5CF
RGB
CMYK
RGB Variations
Color information
#54A5CF (or 0x54A5CF) is known color: Picton Blue. HEX triplet: 54, A5 and CF. RGB value is (84,165,207). Sum of RGB (Red+Green+Blue) = 84+165+207=456 (60% of max value = 765). Red value is 84 (33.20% from 255 or 18.42% from 456); Green value is 165 (64.84% from 255 or 36.18% from 456); Blue value is 207 (81.25% from 255 or 45.39% from 456); Max value from RGB is 207 - color contains mainly: blue. Hex color #54A5CF is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #54A5CF is #AB5A30. Grayscale: #919191. Windows color (decimal): -11229745 or 13608276. OLE color: 13608276.
HSL color Cylindrical-coordinate representation of color #54A5CF: hue angle of 200.49º degrees, saturation: 0.56, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #54A5CF is Cyan = 0.59, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 84 | 165 | 207 | - |
| CMYK | 0.59 | 0.20 | 0 | 0.19 |
| HSL | 200.49º | 0.56% | 0.57% | - |
| HSV(B) | 200.49º | 0.59% | 0.81% | - |
| XYZ | 28.37 | 33.3 | 63.96 | - |
| YUV | 145.57 | 162.66 | 84.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 165 | 207 | 0.59 | 0.20 | 0 | 0.19 | 200.49 | 0.56 | 0.57 |
| Hex | 54 | A5 | CF | 3B | 14 | 0 | 13 | C8 | 38 | 39 |
| Octal | 124 | 245 | 317 | 73 | 24 | 0 | 23 | 310 | 70 | 71 |
| Binary | 1010100 | 10100101 | 11001111 | 111011 | 10100 | 0 | 10011 | 11001000 | 111000 | 111001 |
Color Harmonies of #54A5CF
Complementary color
Monochromatic Colors of #54A5CF
Black with #54A5CF
Text Example
Text Example
White with #54A5CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #54A5CF; }
p { color: rgb(84,165,207); }
H1.HeaderClassName
{
color: #54A5CF;
}
.AnyTagClassName
{
color: #54A5CF;
}
</style>
background-color css
<style>
a { background-color: #54A5CF; }
a { background-color: rgb(84,165,207); }
div.DivClassName
{
background-color: #54A5CF;
}
.BgClassName
{
background-color: #54A5CF;
}
</style>
border-color css
<style>
span { border-color: #54A5CF; }
span { border-color: rgb(84,165,207); }
td.TdClassName
{
border-color: #54A5CF;
}
.TagClassName
{
border-color: #54A5CF;
}
</style>