#549FCA

Color #549FCA Picton Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Picton Blue #549FCA

Tints of Picton Blue #549FCA

Color information

#549FCA (or 0x549FCA) is unknown color: approx Picton Blue. HEX triplet: 54, 9F and CA. RGB value is (84,159,202). Sum of RGB (Red+Green+Blue) = 84+159+202=445 (58% of max value = 765). Red value is 84 (33.20% from 255 or 18.88% from 445); Green value is 159 (62.5% from 255 or 35.73% from 445); Blue value is 202 (79.30% from 255 or 45.39% from 445); Max value from RGB is 202 - color contains mainly: blue. Hex color #549FCA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #549FCA is #AB6035. Grayscale: #8D8D8D. Windows color (decimal): -11231286 or 13279060. OLE color: 13279060.

HSL color Cylindrical-coordinate representation of color #549FCA: hue angle of 201.86º degrees, saturation: 0.53, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #549FCA is Cyan = 0.58, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB84159202-
CMYK0.580.2100.21
HSL201.86º52.68%56.08%-
HSV(B)201.86º58.42%79.22%-
XYZ26.7130.9560.44-
YUV141.48162.1587-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 84 (33.20% from 255) = 18.88%
GREEN value IS 159 (62.5% from 255) = 35.73%
BLUE value IS 202 (79.30% from 255) = 45.39%
R=18.88%
G=35.73%
B=45.39%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal841592020.580.2100.21201.8652.6856.08
Hex549FCA3A15015ca3538
Octal12423731272250253126570
Binary101010010011111110010101110101010101010111001010110101111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #549FCA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #549FCA; }

 p { color: rgb(84,159,202); }

 H1.HeaderClassName
 {
   color: #549FCA;
 }
 .AnyTagClassName
 {
   color: #549FCA;
 }
</style>
background-color css

<style>
 a { background-color: #549FCA; }

 a { background-color: rgb(84,159,202); }

 div.DivClassName
 {
   background-color: #549FCA;
 }
 .BgClassName
 {
   background-color: #549FCA;
 }
</style>
border-color css

<style>
 span { border-color: #549FCA; }

 span { border-color: rgb(84,159,202); }

 td.TdClassName
 {
   border-color: #549FCA;
 }
 .TagClassName
 {
   border-color: #549FCA;
 }
</style>