#549D9F

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

Shades of Cadet Blue #549D9F

Tints of Cadet Blue #549D9F

Color information

#549D9F (or 0x549D9F) is unknown color: approx Cadet Blue. HEX triplet: 54, 9D and 9F. RGB value is (84,157,159). Sum of RGB (Red+Green+Blue) = 84+157+159=400 (52% of max value = 765). Red value is 84 (33.20% from 255 or 21% from 400); Green value is 157 (61.72% from 255 or 39.25% from 400); Blue value is 159 (62.5% from 255 or 39.75% from 400); Max value from RGB is 159 - color contains mainly: blue. Hex color #549D9F is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #549D9F is #AB6260. Grayscale: #878787. Windows color (decimal): -11231841 or 10460500. OLE color: 10460500.

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

Color convert

RGB84157159-
CMYK0.470.0100.38
HSL181.6º30.86%47.65%-
HSV(B)181.6º47.17%62.35%-
XYZ21.9728.537.14-
YUV135.4141.3291.34-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 21%
GREEN value IS 157 (61.72% from 255) = 39.25%
BLUE value IS 159 (62.5% from 255) = 39.75%
R=21%
G=39.25%
B=39.75%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal841571590.470.0100.38181.630.8647.65
Hex549D9F2F1026b61f30
Octal1242352375710462663760
Binary10101001001110110011111101111101001101011011011111110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #549D9F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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