#549DAB

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

Shades of Cadet Blue #549DAB

Tints of Cadet Blue #549DAB

Color information

#549DAB (or 0x549DAB) is unknown color: approx Cadet Blue. HEX triplet: 54, 9D and AB. RGB value is (84,157,171). Sum of RGB (Red+Green+Blue) = 84+157+171=412 (54% of max value = 765). Red value is 84 (33.20% from 255 or 20.39% from 412); Green value is 157 (61.72% from 255 or 38.11% from 412); Blue value is 171 (67.19% from 255 or 41.50% from 412); Max value from RGB is 171 - color contains mainly: blue. Hex color #549DAB is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #549DAB is #AB6254. Grayscale: #888888. Windows color (decimal): -11231829 or 11246932. OLE color: 11246932.

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

Color convert

RGB84157171-
CMYK0.510.0800.33
HSL189.66º34.12%50%-
HSV(B)189.66º50.88%67.06%-
XYZ23.0628.9442.9-
YUV136.77147.3290.36-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 20.39%
GREEN value IS 157 (61.72% from 255) = 38.11%
BLUE value IS 171 (67.19% from 255) = 41.50%
R=20.39%
G=38.11%
B=41.50%

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
Decimal841571710.510.0800.33189.6634.1250
Hex549DAB338021be2232
Octal12423525363100412764262
Binary101010010011101101010111100111000010000110111110100010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #549DAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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