#549A9C

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

Shades of Cadet Blue #549A9C

Tints of Cadet Blue #549A9C

Color information

#549A9C (or 0x549A9C) is unknown color: approx Cadet Blue. HEX triplet: 54, 9A and 9C. RGB value is (84,154,156). Sum of RGB (Red+Green+Blue) = 84+154+156=394 (52% of max value = 765). Red value is 84 (33.20% from 255 or 21.32% from 394); Green value is 154 (60.55% from 255 or 39.09% from 394); Blue value is 156 (61.33% from 255 or 39.59% from 394); Max value from RGB is 156 - color contains mainly: blue. Hex color #549A9C is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #549A9C is #AB6563. Grayscale: #858585. Windows color (decimal): -11232612 or 10263124. OLE color: 10263124.

HSL color Cylindrical-coordinate representation of color #549A9C: hue angle of 181.67º degrees, saturation: 0.3, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #549A9C is Cyan = 0.46, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB84154156-
CMYK0.460.0100.39
HSL181.67º30%47.06%-
HSV(B)181.67º46.15%61.18%-
XYZ21.2127.435.62-
YUV133.3140.8192.84-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 21.32%
GREEN value IS 154 (60.55% from 255) = 39.09%
BLUE value IS 156 (61.33% from 255) = 39.59%
R=21.32%
G=39.09%
B=39.59%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal841541560.460.0100.39181.673047.06
Hex549A9C2E1027b61e2f
Octal1242322345610472663657
Binary10101001001101010011100101110101001111011011011110101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #549A9C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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