#549DDE

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

Shades of Picton Blue #549DDE

Tints of Picton Blue #549DDE

Color information

#549DDE (or 0x549DDE) is unknown color: approx Picton Blue. HEX triplet: 54, 9D and DE. RGB value is (84,157,222). Sum of RGB (Red+Green+Blue) = 84+157+222=463 (61% of max value = 765). Red value is 84 (33.20% from 255 or 18.14% from 463); Green value is 157 (61.72% from 255 or 33.91% from 463); Blue value is 222 (87.11% from 255 or 47.95% from 463); Max value from RGB is 222 - color contains mainly: blue. Hex color #549DDE is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #549DDE is #AB6221. Grayscale: #8E8E8E. Windows color (decimal): -11231778 or 14589268. OLE color: 14589268.

HSL color Cylindrical-coordinate representation of color #549DDE: hue angle of 208.26º degrees, saturation: 0.68, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #549DDE is Cyan = 0.62, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB84157222-
CMYK0.620.2900.13
HSL208.26º67.65%60%-
HSV(B)208.26º62.16%87.06%-
XYZ28.931.2773.62-
YUV142.58172.8286.21-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 18.14%
GREEN value IS 157 (61.72% from 255) = 33.91%
BLUE value IS 222 (87.11% from 255) = 47.95%
R=18.14%
G=33.91%
B=47.95%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal841572220.620.2900.13208.2667.6560
Hex549DDE3E1D0Dd0443c
Octal124235336763501532010474
Binary101010010011101110111101111101110101101110100001000100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #549DDE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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