#549AC4

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

Shades of Picton Blue #549AC4

Tints of Picton Blue #549AC4

Color information

#549AC4 (or 0x549AC4) is unknown color: approx Picton Blue. HEX triplet: 54, 9A and C4. RGB value is (84,154,196). Sum of RGB (Red+Green+Blue) = 84+154+196=434 (57% of max value = 765). Red value is 84 (33.20% from 255 or 19.35% from 434); Green value is 154 (60.55% from 255 or 35.48% from 434); Blue value is 196 (76.95% from 255 or 45.16% from 434); Max value from RGB is 196 - color contains mainly: blue. Hex color #549AC4 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #549AC4 is #AB653B. Grayscale: #898989. Windows color (decimal): -11232572 or 12884564. OLE color: 12884564.

HSL color Cylindrical-coordinate representation of color #549AC4: hue angle of 202.5º degrees, saturation: 0.49, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #549AC4 is Cyan = 0.57, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB84154196-
CMYK0.570.2100.23
HSL202.5º48.7%54.9%-
HSV(B)202.5º57.14%76.86%-
XYZ25.1828.9856.49-
YUV137.86160.8189.58-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 19.35%
GREEN value IS 154 (60.55% from 255) = 35.48%
BLUE value IS 196 (76.95% from 255) = 45.16%
R=19.35%
G=35.48%
B=45.16%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal841541960.570.2100.23202.548.754.9
Hex549AC43915017ca3137
Octal12423230471250273126167
Binary101010010011010110001001110011010101011111001010110001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #549AC4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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