#549DCA

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

Shades of Picton Blue #549DCA

Tints of Picton Blue #549DCA

Color information

#549DCA (or 0x549DCA) is unknown color: approx Picton Blue. HEX triplet: 54, 9D and CA. RGB value is (84,157,202). Sum of RGB (Red+Green+Blue) = 84+157+202=443 (58% of max value = 765). Red value is 84 (33.20% from 255 or 18.96% from 443); Green value is 157 (61.72% from 255 or 35.44% from 443); Blue value is 202 (79.30% from 255 or 45.60% from 443); Max value from RGB is 202 - color contains mainly: blue. Hex color #549DCA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #549DCA is #AB6235. Grayscale: #8C8C8C. Windows color (decimal): -11231798 or 13278548. OLE color: 13278548.

HSL color Cylindrical-coordinate representation of color #549DCA: hue angle of 202.88º 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 #549DCA is Cyan = 0.58, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB84157202-
CMYK0.580.2200.21
HSL202.88º52.68%56.08%-
HSV(B)202.88º58.42%79.22%-
XYZ26.3730.2660.33-
YUV140.3162.8287.84-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 18.96%
GREEN value IS 157 (61.72% from 255) = 35.44%
BLUE value IS 202 (79.30% from 255) = 45.60%
R=18.96%
G=35.44%
B=45.60%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal841572020.580.2200.21202.8852.6856.08
Hex549DCA3A16015cb3538
Octal12423531272260253136570
Binary101010010011101110010101110101011001010111001011110101111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #549DCA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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