#549FAB

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

Shades of Cadet Blue #549FAB

Tints of Cadet Blue #549FAB

Color information

#549FAB (or 0x549FAB) is unknown color: approx Cadet Blue. HEX triplet: 54, 9F and AB. RGB value is (84,159,171). Sum of RGB (Red+Green+Blue) = 84+159+171=414 (54% of max value = 765). Red value is 84 (33.20% from 255 or 20.29% from 414); Green value is 159 (62.5% from 255 or 38.41% from 414); Blue value is 171 (67.19% from 255 or 41.30% from 414); Max value from RGB is 171 - color contains mainly: blue. Hex color #549FAB is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #549FAB is #AB6054. Grayscale: #898989. Windows color (decimal): -11231317 or 11247444. OLE color: 11247444.

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

Color convert

RGB84159171-
CMYK0.510.0700.33
HSL188.28º34.12%50%-
HSV(B)188.28º50.88%67.06%-
XYZ23.429.6243.01-
YUV137.94146.6589.52-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 20.29%
GREEN value IS 159 (62.5% from 255) = 38.41%
BLUE value IS 171 (67.19% from 255) = 41.30%
R=20.29%
G=38.41%
B=41.30%

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
Decimal841591710.510.0700.33188.2834.1250
Hex549FAB337021bc2232
Octal1242372536370412744262
Binary10101001001111110101011110011111010000110111100100010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #549FAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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