#549cd0

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

Shades of Picton Blue #549CD0

Tints of Picton Blue #549CD0

Color information

#549CD0 (or 0x549CD0) is unknown color: approx Picton Blue. HEX triplet: 54, 9C and D0. RGB value is (84,156,208). Sum of RGB (Red+Green+Blue) = 84+156+208=448 (59% of max value = 765). Red value is 84 (33.20% from 255 or 18.75% from 448); Green value is 156 (61.33% from 255 or 34.82% from 448); Blue value is 208 (81.64% from 255 or 46.43% from 448); Max value from RGB is 208 - color contains mainly: blue. Hex color #549CD0 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #549CD0 is #AB632F. Grayscale: #8C8C8C. Windows color (decimal): -11232048 or 13671508. OLE color: 13671508.

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

Color convert

RGB84156208-
CMYK0.600.2500.18
HSL205.16º56.88%57.25%-
HSV(B)205.16º59.62%81.57%-
XYZ26.9330.2264.09-
YUV140.4166.1587.77-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 18.75%
GREEN value IS 156 (61.33% from 255) = 34.82%
BLUE value IS 208 (81.64% from 255) = 46.43%
R=18.75%
G=34.82%
B=46.43%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal841562080.600.2500.18205.1656.8857.25
Hex549CD03C19012cd3939
Octal12423432074310223157171
Binary101010010011100110100001111001100101001011001101111001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #549cd0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(84,156,208); }

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

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

 a { background-color: rgb(84,156,208); }

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

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

 span { border-color: rgb(84,156,208); }

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