#549ED4

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

Shades of Picton Blue #549ED4

Tints of Picton Blue #549ED4

Color information

#549ED4 (or 0x549ED4) is unknown color: approx Picton Blue. HEX triplet: 54, 9E and D4. RGB value is (84,158,212). Sum of RGB (Red+Green+Blue) = 84+158+212=454 (60% of max value = 765). Red value is 84 (33.20% from 255 or 18.50% from 454); Green value is 158 (62.11% from 255 or 34.80% from 454); Blue value is 212 (83.20% from 255 or 46.70% from 454); Max value from RGB is 212 - color contains mainly: blue. Hex color #549ED4 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #549ED4 is #AB612B. Grayscale: #8D8D8D. Windows color (decimal): -11231532 or 13934164. OLE color: 13934164.

HSL color Cylindrical-coordinate representation of color #549ED4: hue angle of 205.31º degrees, saturation: 0.6, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #549ED4 is Cyan = 0.60, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB84158212-
CMYK0.600.2500.17
HSL205.31º59.81%58.04%-
HSV(B)205.31º60.38%83.14%-
XYZ27.7731.0966.83-
YUV142.03167.4886.61-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 18.50%
GREEN value IS 158 (62.11% from 255) = 34.80%
BLUE value IS 212 (83.20% from 255) = 46.70%
R=18.50%
G=34.80%
B=46.70%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal841582120.600.2500.17205.3159.8158.04
Hex549ED43C19011cd3c3a
Octal12423632474310213157472
Binary101010010011110110101001111001100101000111001101111100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #549ED4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(84,158,212); }

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

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

 a { background-color: rgb(84,158,212); }

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

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

 span { border-color: rgb(84,158,212); }

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