#549F9C

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

Shades of Cadet Blue #549F9C

Tints of Cadet Blue #549F9C

Color information

#549F9C (or 0x549F9C) is unknown color: approx Cadet Blue. HEX triplet: 54, 9F and 9C. RGB value is (84,159,156). Sum of RGB (Red+Green+Blue) = 84+159+156=399 (52% of max value = 765). Red value is 84 (33.20% from 255 or 21.05% from 399); Green value is 159 (62.5% from 255 or 39.85% from 399); Blue value is 156 (61.33% from 255 or 39.10% from 399); Max value from RGB is 159 - color contains mainly: green. Hex color #549F9C is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #549F9C is #AB6063. Grayscale: #888888. Windows color (decimal): -11231332 or 10264404. OLE color: 10264404.

HSL color Cylindrical-coordinate representation of color #549F9C: hue angle of 177.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 #549F9C is Cyan = 0.47, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.38.

Color convert

RGB84159156-
CMYK0.4700.020.38
HSL177.6º30.86%47.65%-
HSV(B)177.6º47.17%62.35%-
XYZ22.0629.0835.9-
YUV136.23139.1590.74-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 21.05%
GREEN value IS 159 (62.5% from 255) = 39.85%
BLUE value IS 156 (61.33% from 255) = 39.10%
R=21.05%
G=39.85%
B=39.10%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal841591560.4700.020.38177.630.8647.65
Hex549F9C2F0226b21f30
Octal1242372345702462623760
Binary101010010011111100111001011110101001101011001011111110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #549F9C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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