#549FAE

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

Shades of Cadet Blue #549FAE

Tints of Cadet Blue #549FAE

Color information

#549FAE (or 0x549FAE) is unknown color: approx Cadet Blue. HEX triplet: 54, 9F and AE. RGB value is (84,159,174). Sum of RGB (Red+Green+Blue) = 84+159+174=417 (55% of max value = 765). Red value is 84 (33.20% from 255 or 20.14% from 417); Green value is 159 (62.5% from 255 or 38.13% from 417); Blue value is 174 (68.36% from 255 or 41.73% from 417); Max value from RGB is 174 - color contains mainly: blue. Hex color #549FAE is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #549FAE is #AB6051. Grayscale: #8A8A8A. Windows color (decimal): -11231314 or 11444052. OLE color: 11444052.

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

Color convert

RGB84159174-
CMYK0.520.0900.32
HSL190º35.71%50.59%-
HSV(B)190º51.72%68.24%-
XYZ23.6929.7444.54-
YUV138.28148.1589.28-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 20.14%
GREEN value IS 159 (62.5% from 255) = 38.13%
BLUE value IS 174 (68.36% from 255) = 41.73%
R=20.14%
G=38.13%
B=41.73%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal841591740.520.0900.3219035.7150.59
Hex549FAE349020be2433
Octal12423725664110402764463
Binary101010010011111101011101101001001010000010111110100100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #549FAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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