#549CDD

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

Shades of Picton Blue #549CDD

Tints of Picton Blue #549CDD

Color information

#549CDD (or 0x549CDD) is unknown color: approx Picton Blue. HEX triplet: 54, 9C and DD. RGB value is (84,156,221). Sum of RGB (Red+Green+Blue) = 84+156+221=461 (61% of max value = 765). Red value is 84 (33.20% from 255 or 18.22% from 461); Green value is 156 (61.33% from 255 or 33.84% from 461); Blue value is 221 (86.72% from 255 or 47.94% from 461); Max value from RGB is 221 - color contains mainly: blue. Hex color #549CDD is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #549CDD is #AB6322. Grayscale: #8D8D8D. Windows color (decimal): -11232035 or 14523476. OLE color: 14523476.

HSL color Cylindrical-coordinate representation of color #549CDD: hue angle of 208.47º degrees, saturation: 0.67, 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 #549CDD is Cyan = 0.62, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB84156221-
CMYK0.620.2900.13
HSL208.47º66.83%59.8%-
HSV(B)208.47º61.99%86.67%-
XYZ28.630.8872.86-
YUV141.88172.6586.71-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 18.22%
GREEN value IS 156 (61.33% from 255) = 33.84%
BLUE value IS 221 (86.72% from 255) = 47.94%
R=18.22%
G=33.84%
B=47.94%

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
Decimal841562210.620.2900.13208.4766.8359.8
Hex549CDD3E1D0Dd0433c
Octal124234335763501532010374
Binary101010010011100110111011111101110101101110100001000011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #549CDD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(84,156,221); }

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

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

 a { background-color: rgb(84,156,221); }

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

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

 span { border-color: rgb(84,156,221); }

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