#549FAD

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

Shades of Cadet Blue #549FAD

Tints of Cadet Blue #549FAD

Color information

#549FAD (or 0x549FAD) is unknown color: approx Cadet Blue. HEX triplet: 54, 9F and AD. RGB value is (84,159,173). Sum of RGB (Red+Green+Blue) = 84+159+173=416 (55% of max value = 765). Red value is 84 (33.20% from 255 or 20.19% from 416); Green value is 159 (62.5% from 255 or 38.22% from 416); Blue value is 173 (67.97% from 255 or 41.59% from 416); Max value from RGB is 173 - color contains mainly: blue. Hex color #549FAD is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #549FAD is #AB6052. Grayscale: #8A8A8A. Windows color (decimal): -11231315 or 11378516. OLE color: 11378516.

HSL color Cylindrical-coordinate representation of color #549FAD: hue angle of 189.44º degrees, saturation: 0.35, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #549FAD is Cyan = 0.51, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB84159173-
CMYK0.510.0800.32
HSL189.44º35.18%50.39%-
HSV(B)189.44º51.45%67.84%-
XYZ23.629.744.02-
YUV138.17147.6589.36-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 20.19%
GREEN value IS 159 (62.5% from 255) = 38.22%
BLUE value IS 173 (67.97% from 255) = 41.59%
R=20.19%
G=38.22%
B=41.59%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal841591730.510.0800.32189.4435.1850.39
Hex549FAD338020bd2332
Octal12423725563100402754362
Binary101010010011111101011011100111000010000010111101100011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #549FAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(84,159,173); }

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

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

 a { background-color: rgb(84,159,173); }

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

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

 span { border-color: rgb(84,159,173); }

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