#549E9A

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

Shades of Cadet Blue #549E9A

Tints of Cadet Blue #549E9A

Color information

#549E9A (or 0x549E9A) is unknown color: approx Cadet Blue. HEX triplet: 54, 9E and 9A. RGB value is (84,158,154). Sum of RGB (Red+Green+Blue) = 84+158+154=396 (52% of max value = 765). Red value is 84 (33.20% from 255 or 21.21% from 396); Green value is 158 (62.11% from 255 or 39.90% from 396); Blue value is 154 (60.55% from 255 or 38.89% from 396); Max value from RGB is 158 - color contains mainly: green. Hex color #549E9A is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #549E9A is #AB6165. Grayscale: #878787. Windows color (decimal): -11231590 or 10133076. OLE color: 10133076.

HSL color Cylindrical-coordinate representation of color #549E9A: hue angle of 176.76º degrees, saturation: 0.31, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #549E9A is Cyan = 0.47, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.38.

Color convert

RGB84158154-
CMYK0.4700.030.38
HSL176.76º30.58%47.45%-
HSV(B)176.76º46.84%61.96%-
XYZ21.7228.6734.96-
YUV135.42138.4891.33-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 21.21%
GREEN value IS 158 (62.11% from 255) = 39.90%
BLUE value IS 154 (60.55% from 255) = 38.89%
R=21.21%
G=39.90%
B=38.89%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal841581540.4700.030.38176.7630.5847.45
Hex549E9A2F0326b11f2f
Octal1242362325703462613757
Binary101010010011110100110101011110111001101011000111111101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #549E9A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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