#549DAA

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

Shades of Cadet Blue #549DAA

Tints of Cadet Blue #549DAA

Color information

#549DAA (or 0x549DAA) is unknown color: approx Cadet Blue. HEX triplet: 54, 9D and AA. RGB value is (84,157,170). Sum of RGB (Red+Green+Blue) = 84+157+170=411 (54% of max value = 765). Red value is 84 (33.20% from 255 or 20.44% from 411); Green value is 157 (61.72% from 255 or 38.20% from 411); Blue value is 170 (66.80% from 255 or 41.36% from 411); Max value from RGB is 170 - color contains mainly: blue. Hex color #549DAA is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #549DAA is #AB6255. Grayscale: #888888. Windows color (decimal): -11231830 or 11181396. OLE color: 11181396.

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

Color convert

RGB84157170-
CMYK0.510.0800.33
HSL189.07º33.86%49.8%-
HSV(B)189.07º50.59%66.67%-
XYZ22.9728.942.4-
YUV136.66146.8290.44-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 20.44%
GREEN value IS 157 (61.72% from 255) = 38.20%
BLUE value IS 170 (66.80% from 255) = 41.36%
R=20.44%
G=38.20%
B=41.36%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal841571700.510.0800.33189.0733.8649.8
Hex549DAA338021bd2232
Octal12423525263100412754262
Binary101010010011101101010101100111000010000110111101100010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #549DAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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