#549CAA

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

Shades of Cadet Blue #549CAA

Tints of Cadet Blue #549CAA

Color information

#549CAA (or 0x549CAA) is unknown color: approx Cadet Blue. HEX triplet: 54, 9C and AA. RGB value is (84,156,170). Sum of RGB (Red+Green+Blue) = 84+156+170=410 (54% of max value = 765). Red value is 84 (33.20% from 255 or 20.49% from 410); Green value is 156 (61.33% from 255 or 38.05% from 410); Blue value is 170 (66.80% from 255 or 41.46% from 410); Max value from RGB is 170 - color contains mainly: blue. Hex color #549CAA is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #549CAA is #AB6355. Grayscale: #878787. Windows color (decimal): -11232086 or 11181140. OLE color: 11181140.

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

Color convert

RGB84156170-
CMYK0.510.0800.33
HSL189.77º33.86%49.8%-
HSV(B)189.77º50.59%66.67%-
XYZ22.828.5642.34-
YUV136.07147.1590.86-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 20.49%
GREEN value IS 156 (61.33% from 255) = 38.05%
BLUE value IS 170 (66.80% from 255) = 41.46%
R=20.49%
G=38.05%
B=41.46%

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
Decimal841561700.510.0800.33189.7733.8649.8
Hex549CAA338021be2232
Octal12423425263100412764262
Binary101010010011100101010101100111000010000110111110100010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #549CAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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