#549AAB

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

Shades of Cadet Blue #549AAB

Tints of Cadet Blue #549AAB

Color information

#549AAB (or 0x549AAB) is unknown color: approx Cadet Blue. HEX triplet: 54, 9A and AB. RGB value is (84,154,171). Sum of RGB (Red+Green+Blue) = 84+154+171=409 (54% of max value = 765). Red value is 84 (33.20% from 255 or 20.54% from 409); Green value is 154 (60.55% from 255 or 37.65% from 409); Blue value is 171 (67.19% from 255 or 41.81% from 409); Max value from RGB is 171 - color contains mainly: blue. Hex color #549AAB is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #549AAB is #AB6554. Grayscale: #868686. Windows color (decimal): -11232597 or 11246164. OLE color: 11246164.

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

Color convert

RGB84154171-
CMYK0.510.1000.33
HSL191.72º34.12%50%-
HSV(B)191.72º50.88%67.06%-
XYZ22.5627.9442.73-
YUV135.01148.3191.62-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 20.54%
GREEN value IS 154 (60.55% from 255) = 37.65%
BLUE value IS 171 (67.19% from 255) = 41.81%
R=20.54%
G=37.65%
B=41.81%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal841541710.510.1000.33191.7234.1250
Hex549AAB33A021c02232
Octal12423225363120413004262
Binary101010010011010101010111100111010010000111000000100010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #549AAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(84,154,171); }

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

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

 a { background-color: rgb(84,154,171); }

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

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

 span { border-color: rgb(84,154,171); }

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