#549DAC

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

Shades of Cadet Blue #549DAC

Tints of Cadet Blue #549DAC

Color information

#549DAC (or 0x549DAC) is unknown color: approx Cadet Blue. HEX triplet: 54, 9D and AC. RGB value is (84,157,172). Sum of RGB (Red+Green+Blue) = 84+157+172=413 (54% of max value = 765). Red value is 84 (33.20% from 255 or 20.34% from 413); Green value is 157 (61.72% from 255 or 38.01% from 413); Blue value is 172 (67.58% from 255 or 41.65% from 413); Max value from RGB is 172 - color contains mainly: blue. Hex color #549DAC is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #549DAC is #AB6253. Grayscale: #888888. Windows color (decimal): -11231828 or 11312468. OLE color: 11312468.

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

Color convert

RGB84157172-
CMYK0.510.0900.33
HSL190.23º34.65%50.2%-
HSV(B)190.23º51.16%67.45%-
XYZ23.1628.9843.4-
YUV136.88147.8290.28-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 20.34%
GREEN value IS 157 (61.72% from 255) = 38.01%
BLUE value IS 172 (67.58% from 255) = 41.65%
R=20.34%
G=38.01%
B=41.65%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal841571720.510.0900.33190.2334.6550.2
Hex549DAC339021be2332
Octal12423525463110412764362
Binary101010010011101101011001100111001010000110111110100011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #549DAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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