#549ED0

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

Shades of Picton Blue #549ED0

Tints of Picton Blue #549ED0

Color information

#549ED0 (or 0x549ED0) is unknown color: approx Picton Blue. HEX triplet: 54, 9E and D0. RGB value is (84,158,208). Sum of RGB (Red+Green+Blue) = 84+158+208=450 (59% of max value = 765). Red value is 84 (33.20% from 255 or 18.67% from 450); Green value is 158 (62.11% from 255 or 35.11% from 450); Blue value is 208 (81.64% from 255 or 46.22% from 450); Max value from RGB is 208 - color contains mainly: blue. Hex color #549ED0 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #549ED0 is #AB612F. Grayscale: #8D8D8D. Windows color (decimal): -11231536 or 13672020. OLE color: 13672020.

HSL color Cylindrical-coordinate representation of color #549ED0: hue angle of 204.19º degrees, saturation: 0.57, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #549ED0 is Cyan = 0.60, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB84158208-
CMYK0.600.2400.18
HSL204.19º56.88%57.25%-
HSV(B)204.19º59.62%81.57%-
XYZ27.2730.8964.2-
YUV141.57165.4886.93-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 18.67%
GREEN value IS 158 (62.11% from 255) = 35.11%
BLUE value IS 208 (81.64% from 255) = 46.22%
R=18.67%
G=35.11%
B=46.22%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal841582080.600.2400.18204.1956.8857.25
Hex549ED03C18012cc3939
Octal12423632074300223147171
Binary101010010011110110100001111001100001001011001100111001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #549ED0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(84,158,208); }

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

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

 a { background-color: rgb(84,158,208); }

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

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

 span { border-color: rgb(84,158,208); }

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