#549CAC

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

Shades of Cadet Blue #549CAC

Tints of Cadet Blue #549CAC

Color information

#549CAC (or 0x549CAC) is unknown color: approx Cadet Blue. HEX triplet: 54, 9C and AC. RGB value is (84,156,172). Sum of RGB (Red+Green+Blue) = 84+156+172=412 (54% of max value = 765). Red value is 84 (33.20% from 255 or 20.39% from 412); Green value is 156 (61.33% from 255 or 37.86% from 412); Blue value is 172 (67.58% from 255 or 41.75% from 412); Max value from RGB is 172 - color contains mainly: blue. Hex color #549CAC is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #549CAC is #AB6353. Grayscale: #888888. Windows color (decimal): -11232084 or 11312212. OLE color: 11312212.

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

Color convert

RGB84156172-
CMYK0.510.0900.33
HSL190.91º34.65%50.2%-
HSV(B)190.91º51.16%67.45%-
XYZ22.9928.6443.35-
YUV136.3148.1590.7-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 20.39%
GREEN value IS 156 (61.33% from 255) = 37.86%
BLUE value IS 172 (67.58% from 255) = 41.75%
R=20.39%
G=37.86%
B=41.75%

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
Decimal841561720.510.0900.33190.9134.6550.2
Hex549CAC339021bf2332
Octal12423425463110412774362
Binary101010010011100101011001100111001010000110111111100011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #549CAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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