#549EC6

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

Shades of Picton Blue #549EC6

Tints of Picton Blue #549EC6

Color information

#549EC6 (or 0x549EC6) is unknown color: approx Picton Blue. HEX triplet: 54, 9E and C6. RGB value is (84,158,198). Sum of RGB (Red+Green+Blue) = 84+158+198=440 (58% of max value = 765). Red value is 84 (33.20% from 255 or 19.09% from 440); Green value is 158 (62.11% from 255 or 35.91% from 440); Blue value is 198 (77.73% from 255 or 45% from 440); Max value from RGB is 198 - color contains mainly: blue. Hex color #549EC6 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #549EC6 is #AB6139. Grayscale: #8C8C8C. Windows color (decimal): -11231546 or 13016660. OLE color: 13016660.

HSL color Cylindrical-coordinate representation of color #549EC6: hue angle of 201.05º degrees, saturation: 0.5, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #549EC6 is Cyan = 0.58, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB84158198-
CMYK0.580.2000.22
HSL201.05º50%55.29%-
HSV(B)201.05º57.58%77.65%-
XYZ26.0830.4257.92-
YUV140.43160.4887.75-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 19.09%
GREEN value IS 158 (62.11% from 255) = 35.91%
BLUE value IS 198 (77.73% from 255) = 45%
R=19.09%
G=35.91%
B=45%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal841581980.580.2000.22201.055055.29
Hex549EC63A14016c93237
Octal12423630672240263116267
Binary101010010011110110001101110101010001011011001001110010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #549EC6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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