#549ACB

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

Shades of Picton Blue #549ACB

Tints of Picton Blue #549ACB

Color information

#549ACB (or 0x549ACB) is unknown color: approx Picton Blue. HEX triplet: 54, 9A and CB. RGB value is (84,154,203). Sum of RGB (Red+Green+Blue) = 84+154+203=441 (58% of max value = 765). Red value is 84 (33.20% from 255 or 19.05% from 441); Green value is 154 (60.55% from 255 or 34.92% from 441); Blue value is 203 (79.69% from 255 or 46.03% from 441); Max value from RGB is 203 - color contains mainly: blue. Hex color #549ACB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #549ACB is #AB6534. Grayscale: #8A8A8A. Windows color (decimal): -11232565 or 13343316. OLE color: 13343316.

HSL color Cylindrical-coordinate representation of color #549ACB: hue angle of 204.71º degrees, saturation: 0.53, 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 #549ACB is Cyan = 0.59, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB84154203-
CMYK0.590.2400.20
HSL204.71º53.36%56.27%-
HSV(B)204.71º58.62%79.61%-
XYZ25.9929.3160.79-
YUV138.66164.3189.02-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 19.05%
GREEN value IS 154 (60.55% from 255) = 34.92%
BLUE value IS 203 (79.69% from 255) = 46.03%
R=19.05%
G=34.92%
B=46.03%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal841542030.590.2400.20204.7153.3656.27
Hex549ACB3B18014cd3538
Octal12423231373300243156570
Binary101010010011010110010111110111100001010011001101110101111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #549ACB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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