#549FAA

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

Shades of Cadet Blue #549FAA

Tints of Cadet Blue #549FAA

Color information

#549FAA (or 0x549FAA) is unknown color: approx Cadet Blue. HEX triplet: 54, 9F and AA. RGB value is (84,159,170). Sum of RGB (Red+Green+Blue) = 84+159+170=413 (54% of max value = 765). Red value is 84 (33.20% from 255 or 20.34% from 413); Green value is 159 (62.5% from 255 or 38.50% from 413); Blue value is 170 (66.80% from 255 or 41.16% from 413); Max value from RGB is 170 - color contains mainly: blue. Hex color #549FAA is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #549FAA is #AB6055. Grayscale: #898989. Windows color (decimal): -11231318 or 11181908. OLE color: 11181908.

HSL color Cylindrical-coordinate representation of color #549FAA: hue angle of 187.67º degrees, saturation: 0.34, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #549FAA is Cyan = 0.51, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB84159170-
CMYK0.510.0600.33
HSL187.67º33.86%49.8%-
HSV(B)187.67º50.59%66.67%-
XYZ23.3129.5842.51-
YUV137.83146.1589.61-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 20.34%
GREEN value IS 159 (62.5% from 255) = 38.50%
BLUE value IS 170 (66.80% from 255) = 41.16%
R=20.34%
G=38.50%
B=41.16%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal841591700.510.0600.33187.6733.8649.8
Hex549FAA336021bc2232
Octal1242372526360412744262
Binary10101001001111110101010110011110010000110111100100010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #549FAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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