#549EAA

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

Shades of Cadet Blue #549EAA

Tints of Cadet Blue #549EAA

Color information

#549EAA (or 0x549EAA) is unknown color: approx Cadet Blue. HEX triplet: 54, 9E and AA. RGB value is (84,158,170). Sum of RGB (Red+Green+Blue) = 84+158+170=412 (54% of max value = 765). Red value is 84 (33.20% from 255 or 20.39% from 412); Green value is 158 (62.11% from 255 or 38.35% from 412); Blue value is 170 (66.80% from 255 or 41.26% from 412); Max value from RGB is 170 - color contains mainly: blue. Hex color #549EAA is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #549EAA is #AB6155. Grayscale: #898989. Windows color (decimal): -11231574 or 11181652. OLE color: 11181652.

HSL color Cylindrical-coordinate representation of color #549EAA: hue angle of 188.37º 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 #549EAA is Cyan = 0.51, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB84158170-
CMYK0.510.0700.33
HSL188.37º33.86%49.8%-
HSV(B)188.37º50.59%66.67%-
XYZ23.1429.2442.45-
YUV137.24146.4890.02-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 20.39%
GREEN value IS 158 (62.11% from 255) = 38.35%
BLUE value IS 170 (66.80% from 255) = 41.26%
R=20.39%
G=38.35%
B=41.26%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal841581700.510.0700.33188.3733.8649.8
Hex549EAA337021bc2232
Octal1242362526370412744262
Binary10101001001111010101010110011111010000110111100100010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #549EAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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