#549ACC

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

Shades of Picton Blue #549ACC

Tints of Picton Blue #549ACC

Color information

#549ACC (or 0x549ACC) is unknown color: approx Picton Blue. HEX triplet: 54, 9A and CC. RGB value is (84,154,204). Sum of RGB (Red+Green+Blue) = 84+154+204=442 (58% of max value = 765). Red value is 84 (33.20% from 255 or 19.00% from 442); Green value is 154 (60.55% from 255 or 34.84% from 442); Blue value is 204 (80.08% from 255 or 46.15% from 442); Max value from RGB is 204 - color contains mainly: blue. Hex color #549ACC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #549ACC is #AB6533. Grayscale: #8A8A8A. Windows color (decimal): -11232564 or 13408852. OLE color: 13408852.

HSL color Cylindrical-coordinate representation of color #549ACC: hue angle of 205º degrees, saturation: 0.54, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #549ACC is Cyan = 0.59, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB84154204-
CMYK0.590.2500.2
HSL205º54.05%56.47%-
HSV(B)205º58.82%80%-
XYZ26.1129.3661.42-
YUV138.77164.8188.93-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 19.00%
GREEN value IS 154 (60.55% from 255) = 34.84%
BLUE value IS 204 (80.08% from 255) = 46.15%
R=19.00%
G=34.84%
B=46.15%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal841542040.590.2500.220554.0556.47
Hex549ACC3B19014cd3638
Octal12423231473310243156670
Binary101010010011010110011001110111100101010011001101110110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #549ACC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(84,154,204); }

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

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

 a { background-color: rgb(84,154,204); }

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

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

 span { border-color: rgb(84,154,204); }

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