#549D9B

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

Shades of Cadet Blue #549D9B

Tints of Cadet Blue #549D9B

Color information

#549D9B (or 0x549D9B) is unknown color: approx Cadet Blue. HEX triplet: 54, 9D and 9B. RGB value is (84,157,155). Sum of RGB (Red+Green+Blue) = 84+157+155=396 (52% of max value = 765). Red value is 84 (33.20% from 255 or 21.21% from 396); Green value is 157 (61.72% from 255 or 39.65% from 396); Blue value is 155 (60.94% from 255 or 39.14% from 396); Max value from RGB is 157 - color contains mainly: green. Hex color #549D9B is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #549D9B is #AB6264. Grayscale: #868686. Windows color (decimal): -11231845 or 10198356. OLE color: 10198356.

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

Color convert

RGB84157155-
CMYK0.4600.010.38
HSL178.36º30.29%47.25%-
HSV(B)178.36º46.5%61.57%-
XYZ21.6328.3735.35-
YUV134.94139.3291.66-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 21.21%
GREEN value IS 157 (61.72% from 255) = 39.65%
BLUE value IS 155 (60.94% from 255) = 39.14%
R=21.21%
G=39.65%
B=39.14%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal841571550.4600.010.38178.3630.2947.25
Hex549D9B2E0126b21e2f
Octal1242352335601462623657
Binary10101001001110110011011101110011001101011001011110101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #549D9B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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